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