1 write to indented
System.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
316set { this.formatting = value; this.indented = value == Formatting.Indented;}
3 references to indented
System.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
1004if (this.indented && this.currentState != State.Start) { 1023else if (this.indented && this.currentState != State.Start) { 1107if (this.indented) {