2 writes to _nsmgr
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
556_nsmgr = new XmlNamespaceManager(_runtime.NameTable); 1404_nsmgr = new XmlNamespaceManager(_runtime.NameTable);
16 references to _nsmgr
System.Private.Xml (16)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (16)
419Writer = _seqwrt!.StartTree(rootType, _nsmgr, _runtime.NameTable); 446_nsmgr?.PushScope(); 487_nsmgr?.PopScope(); 550if (_nsmgr == null) 557_nsmgr.PushScope(); 560if (_nsmgr.LookupNamespace(prefix) != ns) 702if (_nsmgr == null) 709nsExisting = _nsmgr.LookupNamespace(prefix); 969_nsmgr!.AddNamespace(prefix, ns); 1318Debug.Assert(_nsmgr != null); 1320_nsmgr.GetNamespaceDeclaration(_cntNmsp, out prefix, out ns); 1353if (_nsmgr == null) 1363nsExisting = _nsmgr.LookupNamespace(prefix); 1402if (_nsmgr == null) 1405_nsmgr.PushScope(); 1409genPrefix = _nsmgr.LookupPrefix(ns);