2 references to Method
System.Reflection.MetadataLoadContext (2)
System\Reflection\Runtime\BindingFlagSupport\MemberPolicies.cs (1)
196MemberTypeIndex = BindingFlagSupport.MemberTypeIndex.Method;
System\Reflection\TypeLoading\RuntimeTypeInfo.TypeComponentsCache.cs (1)
90perNameCaches[MemberTypeIndex.Method] = new PerNameQueryCache<MethodInfo>(type, ignoreCase: ignoreCase, immediateTypeOnly: immediateTypeOnly);