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)
24
while (++_index <
_unfilteredCount
&& !_queriedMembers.Matches(_index, _bindingAttr))
28
if (_index <
_unfilteredCount
)
31
_index =
_unfilteredCount
; // guard against wiseguys calling MoveNext() over and over after the end.