4 references to Matches
System.Reflection.MetadataLoadContext (4)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (3)
42
if (_queriedMembers.
Matches
(i, _bindingAttr))
85
if (_queriedMembers.
Matches
(i, _bindingAttr))
105
if (_queriedMembers.
Matches
(i, _bindingAttr))
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (1)
22
while (++_index < _unfilteredCount && !_queriedMembers!.
Matches
(_index, _bindingAttr))