2 writes to indentation
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
247indentation = 2; 325this.indentation = value;
2 references to indentation
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
321get { return this.indentation;} 1181for (i *= this.indentation; i > 0; i--) {