3 references to Query
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs (2)
167return Query<M>(null, bindingAttr, null); 177return Query<M>(name, bindingAttr, null);
System\Reflection\TypeLoading\RuntimeTypeInfo.GetMember.cs (1)
103queryResult = Query<M>(optionalName, bindingAttr, optionalPredicate);