1 reference to IsSupportedUnderlyingObjectType
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\NullableConverter.cs (1)
61
return Type.GetTypeCode(type) != TypeCode.Object ||
IsSupportedUnderlyingObjectType
(type);