11 references to _nsmgr
System.Private.Xml (11)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (11)
953_nsmgr.PushScope(); 954_nsmgr.AddNamespace(string.Empty, string.Empty); 961_nsmgr.PopScope(); 1000_nsmgr.PushScope(); 1006_nsmgr.PopScope(); 1079prefix = _nsmgr.NameTable!.Add(prefix); 1080ns = _nsmgr.NameTable.Add(ns); 1085_nsmgr.GetNamespaceDeclaration(iNmsp, out prefixExisting, out nsExisting); 1095Debug.Assert(nd.NodeType != QilNodeType.NamespaceDecl || !_nsmgr.HasNamespace(prefix) || _nsmgr.LookupNamespace(prefix) == ns, 1104_nsmgr.AddNamespace(prefix, ns);