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)
56
if ( (-1 ==
_position
)
57
|| (
_position
>= _count))
95
if (
_position
>= _count)
103
Debug.Assert(
_position
>= 0);
105
_current = _array[
_position
];