5 writes to _index
System.Collections (5)
System\Collections\Generic\Stack.cs (5)
363
_index
= stack.Count;
367
public 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)
377
int index =
_index
- 1;