3 references to TryLookupGenericMethodDictionary
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
58if (TypeLoaderEnvironment.Instance.TryLookupGenericMethodDictionary(new TypeLoaderEnvironment.MethodDescBasedGenericMethodLookup(method), out methodDictionary))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
327if (!TryLookupGenericMethodDictionary(new MethodDescBasedGenericMethodLookup(method), out dictionaryPointer))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
385if (TryLookupGenericMethodDictionary(new MethodDescBasedGenericMethodLookup(methodBeingLoaded), out methodDictionary))