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