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)
419
Writer = _seqwrt!.StartTree(rootType,
_nsmgr
, _runtime.NameTable);
446
_nsmgr
?.PushScope();
487
_nsmgr
?.PopScope();
550
if (
_nsmgr
== null)
557
_nsmgr
.PushScope();
560
if (
_nsmgr
.LookupNamespace(prefix) != ns)
702
if (
_nsmgr
== null)
709
nsExisting =
_nsmgr
.LookupNamespace(prefix);
969
_nsmgr
!.AddNamespace(prefix, ns);
1318
Debug.Assert(
_nsmgr
!= null);
1320
_nsmgr
.GetNamespaceDeclaration(_cntNmsp, out prefix, out ns);
1353
if (
_nsmgr
== null)
1363
nsExisting =
_nsmgr
.LookupNamespace(prefix);
1402
if (
_nsmgr
== null)
1405
_nsmgr
.PushScope();
1409
genPrefix =
_nsmgr
.LookupPrefix(ns);