1 write to _nullableUnderlyingType
Microsoft.AspNetCore.Components.Web (1)
Forms\InputBase.cs (1)
253
_nullableUnderlyingType
= Nullable.GetUnderlyingType(typeof(TValue));
1 reference to _nullableUnderlyingType
Microsoft.AspNetCore.Components.Web (1)
Forms\InputBase.cs (1)
119
if (
_nullableUnderlyingType
!= null && string.IsNullOrEmpty(value))