12 references to s_charArrayPool
Microsoft.CodeAnalysis (12)
Text\SourceText.cs (12)
573
var buffer =
s_charArrayPool
.Allocate();
590
s_charArrayPool
.Free(buffer);
652
var charBuffer =
s_charArrayPool
.Allocate();
683
s_charArrayPool
.Free(charBuffer);
744
var tempBuffer =
s_charArrayPool
.Allocate();
776
s_charArrayPool
.Free(tempBuffer);
1117
var buffer =
s_charArrayPool
.Allocate();
1131
s_charArrayPool
.Free(buffer);
1262
var buffer1 =
s_charArrayPool
.Allocate();
1263
var buffer2 =
s_charArrayPool
.Allocate();
1283
s_charArrayPool
.Free(buffer2);
1284
s_charArrayPool
.Free(buffer1);