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);
1069
var buffer =
s_charArrayPool
.Allocate();
1083
s_charArrayPool
.Free(buffer);
1208
var buffer1 =
s_charArrayPool
.Allocate();
1209
var buffer2 =
s_charArrayPool
.Allocate();
1229
s_charArrayPool
.Free(buffer2);
1230
s_charArrayPool
.Free(buffer1);