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