3 writes to defaultNs
System.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
60
defaultNs
= String.Empty;
424
stack[top].
defaultNs
= stack[top-1].defaultNs;
1204
stack[top].
defaultNs
= ns;
6 references to defaultNs
System.Xml (6)
System\Xml\Core\XmlTextWriter.cs (6)
424
stack[top].defaultNs = stack[top-1].
defaultNs
;
874
if (ns != null && ns.Length != 0 && ns != stack[top].
defaultNs
) {
906
if (s == null && ns == stack[top].
defaultNs
) {
1148
if ((stack[top].
defaultNs
!= stack[top - 1].
defaultNs
) &&
1153
xmlEncoder.Write(stack[top].
defaultNs
);