4 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.
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\Parser.vb (1)
36
Friend ReadOnly _pool As New
SyntaxListPool
Scanner\Scanner.vb (1)
49
Private ReadOnly _triviaListPool As New
SyntaxListPool