3 references to s_charArrayPool
Microsoft.CodeAnalysis.Workspaces (3)
Shared\Extensions\SourceTextExtensions.cs (3)
197using var pooledObject = s_charArrayPool.GetPooledObject(); 269return s_charArrayPool.Allocate(); 297s_charArrayPool.Free(chunk);