2 writes to formatting
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
246formatting = Formatting.None; 316set { this.formatting = value; this.indented = value == Formatting.Indented;}
1 reference to formatting
System.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
315get { return this.formatting;}