2 references to SyntaxListPool
Microsoft.CodeAnalysis.CSharp (2)
Parser\DocumentationCommentParser.cs (1)
37
private readonly SyntaxListPool _pool = new
SyntaxListPool
();
Parser\LanguageParser.cs (1)
26
private readonly SyntaxListPool _pool = new
SyntaxListPool
(); // Don't need to reset this.