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