3 writes to defaultNS
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (3)
50this.defaultNS = this.atoms.Empty; 68this.defaultNS = nspace; 94this.defaultNS = scope.PrevDefaultNsUri;
3 references to defaultNS
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (3)
25get { return this.defaultNS; } 65CurrentElementScope.AddNamespace(prefix, nspace, this.defaultNS); 108return this.defaultNS;