2 references to s_pool
Microsoft.CodeAnalysis (2)
DocumentationComments\XmlDocumentationCommentTextReader.cs (2)
28
var reader =
s_pool
.Allocate();
30
s_pool
.Free(reader);