12 references to s_charArrayPool
Microsoft.CodeAnalysis (12)
Text\SourceText.cs (12)
553
var buffer =
s_charArrayPool
.Allocate();
570
s_charArrayPool
.Free(buffer);
632
var charBuffer =
s_charArrayPool
.Allocate();
663
s_charArrayPool
.Free(charBuffer);
724
var tempBuffer =
s_charArrayPool
.Allocate();
762
s_charArrayPool
.Free(tempBuffer);
1103
var buffer =
s_charArrayPool
.Allocate();
1117
s_charArrayPool
.Free(buffer);
1248
var buffer1 =
s_charArrayPool
.Allocate();
1249
var buffer2 =
s_charArrayPool
.Allocate();
1269
s_charArrayPool
.Free(buffer2);
1270
s_charArrayPool
.Free(buffer1);