11 references to nsmgr
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (11)
864
this.
nsmgr
.PushScope();
865
this.
nsmgr
.AddNamespace(string.Empty, string.Empty);
872
this.
nsmgr
.PopScope();
909
this.
nsmgr
.PushScope();
915
this.
nsmgr
.PopScope();
983
prefix = this.
nsmgr
.NameTable.Add(prefix);
984
ns = this.
nsmgr
.NameTable.Add(ns);
988
this.
nsmgr
.GetNamespaceDeclaration(iNmsp, out prefixExisting, out nsExisting);
997
Debug.Assert(nd.NodeType != QilNodeType.NamespaceDecl || !this.
nsmgr
.HasNamespace(prefix) || this.
nsmgr
.LookupNamespace(prefix) == ns,
1005
this.
nsmgr
.AddNamespace(prefix, ns);