1 write to _stack
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
361
_stack
= stack;
5 references to _stack
System.Collections (5)
System\Collections\Generic\Stack.cs (5)
371
if (_version !=
_stack
._version)
376
T[] array =
_stack
._array;
380
Debug.Assert(index <
_stack
.Count);
397
if (_version !=
_stack
._version)
402
_index =
_stack
.Count;