8 references to s_charArrayPool
Microsoft.CodeAnalysis (8)
Text\SourceText.cs (8)
542var buffer = s_charArrayPool.Allocate(); 559s_charArrayPool.Free(buffer); 936var buffer = s_charArrayPool.Allocate(); 950s_charArrayPool.Free(buffer); 1065var buffer1 = s_charArrayPool.Allocate(); 1066var buffer2 = s_charArrayPool.Allocate(); 1091s_charArrayPool.Free(buffer2); 1092s_charArrayPool.Free(buffer1);