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