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