4 references to s_stringWriterPool
Microsoft.CodeAnalysis (4)
Syntax\GreenNode.cs (4)
618
var writer =
s_stringWriterPool
.Allocate();
625
s_stringWriterPool
.Free(writer);
632
var writer =
s_stringWriterPool
.Allocate();
639
s_stringWriterPool
.Free(writer);