2 writes to SlotIndex
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (2)
123this.SlotIndex = -1; 214_stack[_count - 1].SlotIndex = slotIndex;
1 reference to SlotIndex
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (1)
72var slotIndex = _stack.Top.SlotIndex;