1 write to formatterName
System.Xml (1)
System\Xml\Serialization\Types.cs (1)
108
this.
formatterName
= formatterName;
2 references to formatterName
System.Xml (2)
System\Xml\Serialization\Types.cs (2)
175
get { return
formatterName
; }
321
nullableTypeDesc = new TypeDesc("NullableOf" + this.name, "System.Nullable`1[" + this.fullName + "]", null, TypeKind.Struct, this, this.flags | TypeFlags.OptionalValue, this.
formatterName
);