2 writes to _nsmgr
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
557_nsmgr = new XmlNamespaceManager(_runtime.NameTable); 1405_nsmgr = new XmlNamespaceManager(_runtime.NameTable);
16 references to _nsmgr
System.Private.Xml (16)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (16)
420Writer = _seqwrt!.StartTree(rootType, _nsmgr, _runtime.NameTable); 447_nsmgr?.PushScope(); 488_nsmgr?.PopScope(); 551if (_nsmgr == null) 558_nsmgr.PushScope(); 561if (_nsmgr.LookupNamespace(prefix) != ns) 703if (_nsmgr == null) 710nsExisting = _nsmgr.LookupNamespace(prefix); 970_nsmgr!.AddNamespace(prefix, ns); 1319Debug.Assert(_nsmgr != null); 1321_nsmgr.GetNamespaceDeclaration(_cntNmsp, out prefix, out ns); 1354if (_nsmgr == null) 1364nsExisting = _nsmgr.LookupNamespace(prefix); 1403if (_nsmgr == null) 1406_nsmgr.PushScope(); 1410genPrefix = _nsmgr.LookupPrefix(ns);