4 writes to _position
PresentationCore (4)
Shared\MS\Internal\GenericEnumerator.cs (4)
45_position = -1; 93_position++; 97_position = _count; 122_position = -1;
5 references to _position
PresentationCore (5)
Shared\MS\Internal\GenericEnumerator.cs (5)
56if ( (-1 == _position) 57|| (_position >= _count)) 95if (_position >= _count) 103Debug.Assert(_position >= 0); 105_current = _array[_position];