3 writes to defaultNS
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (3)
40
manager.
defaultNS
= this.defaultNS;
60
this.
defaultNS
= scope.PrevDefaultNsUri;
73
this.
defaultNS
= nspace;
4 references to defaultNS
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (4)
40
manager.defaultNS = this.
defaultNS
;
70
this.scopeStack.AddNamespace(prefix, nspace, this.
defaultNS
);
80
get { return this.
defaultNS
; }
105
return this.
defaultNS
;