3 writes to xmlSpace
System.Private.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
64
xmlSpace
= XmlSpace.None;
1754
_stack[_top].
xmlSpace
= XmlSpace.Default;
1757
_stack[_top].
xmlSpace
= XmlSpace.Preserve;
1 reference to xmlSpace
System.Private.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
1117
XmlSpace xs = _stack[i].
xmlSpace
;