Base:
1 override of GetGenericArguments
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
124
public sealed override Type[]
GetGenericArguments
() => _genericTypeArguments.CloneArrayToUnmodifiedTypes();
2 references to GetGenericArguments
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
172
public override Type? GetNullableUnderlyingType() => _unmodifiedType.GetNullableUnderlyingType() is not null ?
GetGenericArguments
()[0] : null;
System\Reflection\TypeLoading\Types\RoType.cs (1)
342
return
GetGenericArguments
()[0];