4 references to s_poolInstance
Microsoft.CodeAnalysis.CSharp (4)
Binder\ExpressionVariableFinder.cs (4)
560
ExpressionVariableFinder finder =
s_poolInstance
.Allocate();
568
s_poolInstance
.Free(finder);
581
ExpressionVariableFinder finder =
s_poolInstance
.Allocate();
589
s_poolInstance
.Free(finder);