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