1 write to nullableType
System (1)
compmod\system\componentmodel\NullableConverter.cs (1)
32
this.
nullableType
= type;
3 references to nullableType
System (3)
compmod\system\componentmodel\NullableConverter.cs (3)
102
if (destinationType == this.simpleType && this.
nullableType
.IsInstanceOfType(value)) {
106
ConstructorInfo ci =
nullableType
.GetConstructor(new Type[] {simpleType});
251
return
nullableType
;