2 instantiations of 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.
5 references to SyntaxListPool
Microsoft.CodeAnalysis.CSharp (5)
Parser\DocumentationCommentParser.cs (1)
37private readonly SyntaxListPool _pool = new SyntaxListPool();
Parser\LanguageParser.cs (3)
26private readonly SyntaxListPool _pool = new SyntaxListPool(); // Don't need to reset this. 151public NamespaceBodyBuilder(SyntaxListPool pool) 159internal void Free(SyntaxListPool pool)
Syntax\InternalSyntax\SyntaxListPoolExtensions.cs (1)
11public static SyntaxList<SyntaxToken> ToTokenListAndFree(this SyntaxListPool pool, SyntaxListBuilder builder)