Base:
1 override of GetNullableUnderlyingType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
172
public override Type?
GetNullableUnderlyingType
() => _unmodifiedType.GetNullableUnderlyingType() is not null ? GetGenericArguments()[0] : null;
1 reference to GetNullableUnderlyingType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
172
public override Type? GetNullableUnderlyingType() => _unmodifiedType.
GetNullableUnderlyingType
() is not null ? GetGenericArguments()[0] : null;