2 writes to indentChar
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
248
indentChar
= ' ';
332
set { this.
indentChar
= value;}
2 references to indentChar
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
331
get { return this.
indentChar
;}
1182
textWriter.Write(this.
indentChar
);