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