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