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