4 references to Matches
System.Private.CoreLib (4)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (3)
43
if (_queriedMembers.
Matches
(i, _bindingAttr))
86
if (_queriedMembers.
Matches
(i, _bindingAttr))
106
if (_queriedMembers.
Matches
(i, _bindingAttr))
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (1)
24
while (++_index < _unfilteredCount && !_queriedMembers.
Matches
(_index, _bindingAttr))