4 references to s_poolInstance
Microsoft.CodeAnalysis.CSharp (4)
Binder\ExpressionVariableFinder.cs (4)
565
ExpressionVariableFinder finder =
s_poolInstance
.Allocate();
573
s_poolInstance
.Free(finder);
586
ExpressionVariableFinder finder =
s_poolInstance
.Allocate();
594
s_poolInstance
.Free(finder);