1 instantiation of SyntaxTreeDiagnosticEnumerator
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
802
var enumerator = new
SyntaxTreeDiagnosticEnumerator
(this, node, position);
1 reference to SyntaxTreeDiagnosticEnumerator
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
802
var
enumerator = new SyntaxTreeDiagnosticEnumerator(this, node, position);