4 references to s_poolInstance
Microsoft.CodeAnalysis.CSharp (4)
Binder\ExpressionVariableFinder.cs (4)
503
ExpressionVariableFinder finder =
s_poolInstance
.Allocate();
511
s_poolInstance
.Free(finder);
524
ExpressionVariableFinder finder =
s_poolInstance
.Allocate();
532
s_poolInstance
.Free(finder);