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