1 write to simpleType
System (1)
compmod\system\componentmodel\NullableConverter.cs (1)
34
this.
simpleType
= Nullable.GetUnderlyingType(type);
8 references to simpleType
System (8)
compmod\system\componentmodel\NullableConverter.cs (8)
35
if (this.
simpleType
== null) {
39
this.simpleTypeConverter = TypeDescriptor.GetConverter(this.
simpleType
);
46
if (sourceType == this.
simpleType
) {
61
if (value == null || value.GetType() == this.
simpleType
) {
80
if (destinationType == this.
simpleType
) {
102
if (destinationType == this.
simpleType
&& this.nullableType.IsInstanceOfType(value)) {
106
ConstructorInfo ci = nullableType.GetConstructor(new Type[] {
simpleType
});
262
return
simpleType
;