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