3 writes to _index
System.Reflection.MetadataLoadContext (3)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (3)
17
_index
= -1;
22
while (++
_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)
22
while (++_index < _unfilteredCount && !_queriedMembers!.Matches(
_index
, _bindingAttr))
26
if (
_index
< _unfilteredCount)
38
return _queriedMembers![
_index
];