1 write to GenericTypeArguments
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.Key.cs (1)
19GenericTypeArguments = genericTypeArguments;
8 references to GenericTypeArguments
System.Reflection.MetadataLoadContext (8)
System\Reflection\TypeLoading\Modules\RoModule.Unifier.cs (1)
69(k) => new RoConstructedGenericType(k.GenericTypeDefinition, k.GenericTypeArguments);
System\Reflection\TypeLoading\Types\RoConstructedGenericType.Key.cs (7)
29if (GenericTypeArguments.Length != other.GenericTypeArguments.Length) 31for (int i = 0; i < GenericTypeArguments.Length; i++) 33Type t1 = GenericTypeArguments[i]; 34Type t2 = other.GenericTypeArguments[i]; 54for (int i = 0; i < GenericTypeArguments.Length; i++) 56RoType argType = GenericTypeArguments[i];