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);
727
var tempBuffer =
s_charArrayPool
.Allocate();
765
s_charArrayPool
.Free(tempBuffer);
1072
var buffer =
s_charArrayPool
.Allocate();
1086
s_charArrayPool
.Free(buffer);
1211
var buffer1 =
s_charArrayPool
.Allocate();
1212
var buffer2 =
s_charArrayPool
.Allocate();
1232
s_charArrayPool
.Free(buffer2);
1233
s_charArrayPool
.Free(buffer1);