3 writes to _index
System.Private.CoreLib (3)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (3)
19_index = -1; 24while (++_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)
24while (++_index < _unfilteredCount && !_queriedMembers.Matches(_index, _bindingAttr)) 28if (_index < _unfilteredCount) 40return _queriedMembers[_index];