2 writes to SlotIndex
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxDiagnosticInfoList.cs (2)
48
this.
SlotIndex
= -1;
96
_stack[_count - 1].
SlotIndex
= slotIndex;
1 reference to SlotIndex
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxDiagnosticInfoList.cs (1)
85
var slotIndex = _stack[_count - 1].
SlotIndex
;