2 writes to DiagnosticIndex
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (2)
124this.DiagnosticIndex = -1; 221_stack[_count - 1].DiagnosticIndex = diagnosticIndex;
1 reference to DiagnosticIndex
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (1)
48var diagIndex = _stack.Top.DiagnosticIndex;