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