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();
666
s_charArrayPool
.Free(charBuffer);
728
var buffer =
s_charArrayPool
.Allocate();
743
s_charArrayPool
.Free(buffer);
1051
var buffer =
s_charArrayPool
.Allocate();
1065
s_charArrayPool
.Free(buffer);
1190
var buffer1 =
s_charArrayPool
.Allocate();
1191
var buffer2 =
s_charArrayPool
.Allocate();
1211
s_charArrayPool
.Free(buffer2);
1212
s_charArrayPool
.Free(buffer1);