2 references to TryLookupConstructedGenericTypeForComponents
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
214
return
TryLookupConstructedGenericTypeForComponents
(new GenericTypeLookupData(genericTypeDefinitionHandle, genericTypeArgumentHandles), out runtimeTypeHandle);
Internal\TypeSystem\TypeDesc.Runtime.cs (1)
91
if (argumentsRegistered && TypeLoaderEnvironment.Instance.
TryLookupConstructedGenericTypeForComponents
(new TypeLoaderEnvironment.GenericTypeLookupData(typeAsDefType), out rtth))