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