11 references to _nsmgr
System.Private.Xml (11)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (11)
952_nsmgr.PushScope(); 953_nsmgr.AddNamespace(string.Empty, string.Empty); 960_nsmgr.PopScope(); 999_nsmgr.PushScope(); 1005_nsmgr.PopScope(); 1078prefix = _nsmgr.NameTable!.Add(prefix); 1079ns = _nsmgr.NameTable.Add(ns); 1084_nsmgr.GetNamespaceDeclaration(iNmsp, out prefixExisting, out nsExisting); 1094Debug.Assert(nd.NodeType != QilNodeType.NamespaceDecl || !_nsmgr.HasNamespace(prefix) || _nsmgr.LookupNamespace(prefix) == ns, 1103_nsmgr.AddNamespace(prefix, ns);