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();
674
s_charArrayPool
.Free(charBuffer);
723
var buffer =
s_charArrayPool
.Allocate();
738
s_charArrayPool
.Free(buffer);
1046
var buffer =
s_charArrayPool
.Allocate();
1060
s_charArrayPool
.Free(buffer);
1185
var buffer1 =
s_charArrayPool
.Allocate();
1186
var buffer2 =
s_charArrayPool
.Allocate();
1206
s_charArrayPool
.Free(buffer2);
1207
s_charArrayPool
.Free(buffer1);