2 writes to _indentation
System.Private.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
262
_indentation
= 2;
354
_indentation
= value;
2 references to _indentation
System.Private.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
350
get { return
_indentation
; }
1441
int i = (beforeEndElement ? _top - 1 : _top) *
_indentation
;