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