1 write to nullableTypeDesc
System.Xml (1)
System\Xml\Serialization\Types.cs (1)
321nullableTypeDesc = new TypeDesc("NullableOf" + this.name, "System.Nullable`1[" + this.fullName + "]", null, TypeKind.Struct, this, this.flags | TypeFlags.OptionalValue, this.formatterName);
3 references to nullableTypeDesc
System.Xml (3)
System\Xml\Serialization\Types.cs (3)
320if (nullableTypeDesc == null) { 322nullableTypeDesc.type = type; 325return nullableTypeDesc;