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)
420
Writer = _seqwrt!.StartTree(rootType,
_nsmgr
, _runtime.NameTable);
447
_nsmgr
?.PushScope();
488
_nsmgr
?.PopScope();
551
if (
_nsmgr
== null)
558
_nsmgr
.PushScope();
561
if (
_nsmgr
.LookupNamespace(prefix) != ns)
703
if (
_nsmgr
== null)
710
nsExisting =
_nsmgr
.LookupNamespace(prefix);
970
_nsmgr
!.AddNamespace(prefix, ns);
1319
Debug.Assert(
_nsmgr
!= null);
1321
_nsmgr
.GetNamespaceDeclaration(_cntNmsp, out prefix, out ns);
1354
if (
_nsmgr
== null)
1364
nsExisting =
_nsmgr
.LookupNamespace(prefix);
1403
if (
_nsmgr
== null)
1406
_nsmgr
.PushScope();
1410
genPrefix =
_nsmgr
.LookupPrefix(ns);