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