1 reference to s_keepLargeInstancesPool
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
127
var pooledInstance = discardLargeInstances ? GetInstance() :
s_keepLargeInstancesPool
.Allocate();