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)
119if (_nullableUnderlyingType != null && string.IsNullOrEmpty(value))