5 writes to _index
System.Collections (5)
System\Collections\Generic\Stack.cs (5)
363_index = stack.Count; 367public void Dispose() => _index = -1; 382_index = index; 387_index = -1; 402_index = _stack.Count;
1 reference to _index
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
377int index = _index - 1;