3 writes to defaultNs
System.Private.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
62defaultNs = 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; 1061if (!string.IsNullOrEmpty(ns) && ns != _stack[_top].defaultNs) 1102if (s == null && ns == _stack[_top].defaultNs) 1400if ((_stack[_top].defaultNs != _stack[_top - 1].defaultNs) && 1405_xmlEncoder.Write(_stack[_top].defaultNs);