4 references to GetUniqueConstructedGenericType
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (1)
196
return declaringType.
GetUniqueConstructedGenericType
(typeContext.GenericTypeArguments);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
32
return roDefinitionType.
GetUniqueConstructedGenericType
(typeArguments.ToArray());
System\Reflection\TypeLoading\Types\RoArrayType.cs (1)
55
yield return roDefinitionType.
GetUniqueConstructedGenericType
(typeArguments);
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
125
return this.
GetUniqueConstructedGenericType
(runtimeTypeArguments);