12 references to s_charArrayPool
Microsoft.CodeAnalysis (12)
Text\SourceText.cs (12)
555
var buffer =
s_charArrayPool
.Allocate();
572
s_charArrayPool
.Free(buffer);
634
var charBuffer =
s_charArrayPool
.Allocate();
665
s_charArrayPool
.Free(charBuffer);
726
var tempBuffer =
s_charArrayPool
.Allocate();
758
s_charArrayPool
.Free(tempBuffer);
1099
var buffer =
s_charArrayPool
.Allocate();
1113
s_charArrayPool
.Free(buffer);
1244
var buffer1 =
s_charArrayPool
.Allocate();
1245
var buffer2 =
s_charArrayPool
.Allocate();
1265
s_charArrayPool
.Free(buffer2);
1266
s_charArrayPool
.Free(buffer1);