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