1 write to UnderlyingType
System.ComponentModel.TypeConverter (1)
System\ComponentModel\NullableConverter.cs (1)
28UnderlyingType = Nullable.GetUnderlyingType(type)!;
6 references to UnderlyingType
System.ComponentModel.TypeConverter (6)
System\ComponentModel\NullableConverter.cs (6)
29if (UnderlyingType == null) 34UnderlyingTypeConverter = TypeDescriptor.GetConverter(UnderlyingType); 43if (sourceType == UnderlyingType) 60if (value == null || value.GetType() == UnderlyingType) 81if (destinationType == UnderlyingType) 104if (destinationType == UnderlyingType && value != null && NullableType.IsInstanceOfType(value))