3 writes to _index
System.Private.CoreLib (3)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (3)
19
_index
= -1;
24
while (++
_index
< _unfilteredCount && !_queriedMembers.Matches(_index, _bindingAttr))
31
_index
= _unfilteredCount; // guard against wiseguys calling MoveNext() over and over after the end.
3 references to _index
System.Private.CoreLib (3)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (3)
24
while (++_index < _unfilteredCount && !_queriedMembers.Matches(
_index
, _bindingAttr))
28
if (
_index
< _unfilteredCount)
40
return _queriedMembers[
_index
];