2 references to s_enumeratorPool
Microsoft.CodeAnalysis.Workspaces (2)
Classification\SyntaxClassification\SyntacticChangeRangeComputer.cs (2)
122
using var _1 =
s_enumeratorPool
.GetPooledObject(out var oldStack);
123
using var _2 =
s_enumeratorPool
.GetPooledObject(out var newStack);