2 writes to nsmgr
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
509
this.
nsmgr
= new XmlNamespaceManager(this.runtime.NameTable);
1274
this.
nsmgr
= new XmlNamespaceManager(this.runtime.NameTable);
18 references to nsmgr
System.Data.SqlXml (18)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (18)
384
Writer = this.seqwrt.StartTree(rootType, this.
nsmgr
, this.runtime.NameTable);
409
if (this.
nsmgr
!= null) this.
nsmgr
.PushScope();
447
if (this.
nsmgr
!= null) this.
nsmgr
.PopScope();
504
if (this.
nsmgr
== null) {
510
this.
nsmgr
.PushScope();
513
if (this.
nsmgr
.LookupNamespace(prefix) != ns)
640
if (this.
nsmgr
== null) {
645
nsExisting = this.
nsmgr
.LookupNamespace(prefix);
880
this.
nsmgr
.AddNamespace(prefix, ns);
1196
Debug.Assert(this.
nsmgr
!= null);
1198
this.
nsmgr
.GetNamespaceDeclaration(this.cntNmsp, out prefix, out ns);
1228
if (this.
nsmgr
== null) {
1235
nsExisting = this.
nsmgr
.LookupNamespace(prefix);
1273
if (this.
nsmgr
== null) {
1275
this.
nsmgr
.PushScope();
1279
genPrefix = this.
nsmgr
.LookupPrefix(ns);