microsoft / nodejstools

Node.js Tools for Visual Studio
http://aka.ms/explorentvs
Apache License 2.0
1.79k stars 359 forks source link

Use non-boxing enum flag checks #2468

Closed drewnoakes closed 1 year ago

drewnoakes commented 1 year ago

The Enum.HasFlag method boxes its argument. This contributes to GC pauses in VS, as identified in https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1824260.

Issue AB#1824260