2 references to s_stackPool
Microsoft.CodeAnalysis.CodeStyle (2)
IntervalTree`1.cs (2)
167
var candidates =
s_stackPool
.Allocate();
174
s_stackPool
.ClearAndFree(candidates);