1 write to GenericTypeArguments
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.Key.cs (1)
19
GenericTypeArguments
= 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)
29
if (
GenericTypeArguments
.Length != other.
GenericTypeArguments
.Length)
31
for (int i = 0; i <
GenericTypeArguments
.Length; i++)
33
Type t1 =
GenericTypeArguments
[i];
34
Type t2 = other.
GenericTypeArguments
[i];
54
for (int i = 0; i <
GenericTypeArguments
.Length; i++)
56
RoType argType =
GenericTypeArguments
[i];