3 writes to defaultNs
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (3)
65
defaultNs
= String.Empty;
466
_stack[_top].
defaultNs
= _stack[_top - 1].defaultNs;
1430
_stack[_top].
defaultNs
= ns;
6 references to defaultNs
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (6)
466
_stack[_top].defaultNs = _stack[_top - 1].
defaultNs
;
1026
if (ns != null && ns.Length != 0 && ns != _stack[_top].
defaultNs
)
1066
if (s == null && ns == _stack[_top].
defaultNs
)
1362
if ((_stack[_top].
defaultNs
!= _stack[_top - 1].
defaultNs
) &&
1368
_xmlEncoder.Write(_stack[_top].
defaultNs
);