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