2 references to s_pool
Microsoft.CodeAnalysis.CodeStyle (2)
EditDistance.cs (2)
657
var array =
s_pool
.Allocate();
669
s_pool
.Free(array);