2 overrides of GetNullableUnderlyingType
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
202
public sealed override Type?
GetNullableUnderlyingType
()
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
88
public sealed override Type?
GetNullableUnderlyingType
() =>
1 reference to GetNullableUnderlyingType
System.Private.CoreLib (1)
System\RuntimeType.NativeAot.cs (1)
135
return GetRuntimeTypeInfo().
GetNullableUnderlyingType
();