3 writes to _index
System.Reflection.MetadataLoadContext (3)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (3)
17_index = -1; 22while (++_index < _unfilteredCount && !_queriedMembers!.Matches(_index, _bindingAttr)) 29_index = _unfilteredCount; // guard against wiseguys calling MoveNext() over and over after the end.
3 references to _index
System.Reflection.MetadataLoadContext (3)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (3)
22while (++_index < _unfilteredCount && !_queriedMembers!.Matches(_index, _bindingAttr)) 26if (_index < _unfilteredCount) 38return _queriedMembers![_index];