3 writes to defaultNs
System.Private.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
62
defaultNs
= string.Empty;
491
_stack[_top].
defaultNs
= _stack[_top - 1].defaultNs;
1478
_stack[_top].
defaultNs
= ns;
6 references to defaultNs
System.Private.Xml (6)
System\Xml\Core\XmlTextWriter.cs (6)
491
_stack[_top].defaultNs = _stack[_top - 1].
defaultNs
;
1061
if (!string.IsNullOrEmpty(ns) && ns != _stack[_top].
defaultNs
)
1102
if (s == null && ns == _stack[_top].
defaultNs
)
1400
if ((_stack[_top].
defaultNs
!= _stack[_top - 1].
defaultNs
) &&
1405
_xmlEncoder.Write(_stack[_top].
defaultNs
);