1 write to _nsMgr
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
40
_nsMgr
= new NamespaceManager();
40 references to _nsMgr
dotnet-svcutil-lib (40)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (40)
52
_nsMgr
.Clear();
83
_nsMgr
.Close();
110
return
_nsMgr
.XmlLang;
118
return
_nsMgr
.XmlSpace;
143
prefix =
_nsMgr
.LookupPrefix(ns);
151
_nsMgr
.AddNamespaceIfNotDeclared(prefix, ns, null);
168
prefix =
_nsMgr
.LookupPrefix(ns.Value);
176
_nsMgr
.AddNamespaceIfNotDeclared(prefix, ns.Value, ns);
239
ns =
_nsMgr
.LookupNamespace(prefix);
254
prefix =
_nsMgr
.LookupAttributePrefix(ns);
270
_nsMgr
.AddNamespaceIfNotDeclared(prefix, ns, xNs);
308
_nsMgr
.AddLangAttribute(_attributeValue);
314
_nsMgr
.AddSpaceAttribute(XmlSpace.Preserve);
318
_nsMgr
.AddSpaceAttribute(XmlSpace.Default);
336
_nsMgr
.AddNamespaceIfNotDeclared(_attributeLocalName, _attributeValue, null);
361
_nsMgr
.AddLangAttribute(_attributeValue);
367
_nsMgr
.AddSpaceAttribute(XmlSpace.Preserve);
371
_nsMgr
.AddSpaceAttribute(XmlSpace.Default);
389
_nsMgr
.AddNamespaceIfNotDeclared(_attributeLocalName, _attributeValue, null);
490
ns =
_nsMgr
.LookupNamespace(prefix);
497
prefix =
_nsMgr
.LookupPrefix(ns);
502
_nsMgr
.AddNamespace(string.Empty, ns, xNs);
507
_nsMgr
.AddNamespaceIfNotDeclared(prefix, ns, xNs);
544
ns =
_nsMgr
.LookupNamespace(prefix);
551
prefix =
_nsMgr
.LookupPrefix(ns);
556
_nsMgr
.AddNamespace(string.Empty, ns, xNs);
561
_nsMgr
.AddNamespaceIfNotDeclared(prefix, ns, xNs);
595
_nsMgr
.DeclareNamespaces(_writer);
610
_nsMgr
.EnterScope();
637
_nsMgr
.ExitScope();
746
_nsMgr
.DeclareNamespaces(_writer);
752
_nsMgr
.DeclareNamespaces(_writer);
764
return
_nsMgr
.LookupPrefix(ns);
771
return
_nsMgr
.LookupNamespace(prefix);
776
string prefix =
_nsMgr
.LookupPrefix(namespaceUri);
899
return
_nsMgr
.NamespaceBoundary;
903
_nsMgr
.NamespaceBoundary = value;
1607
string prefix =
_nsMgr
.AddNamespace(ns, xNs);
1617
if (
_nsMgr
.LookupNamespace(prefix) == null)
1619
_nsMgr
.AddNamespace(prefix, ns, xNs);