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