3 writes to scopes
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\DocumentScope.cs (1)
23
this.
scopes
= new NamespaceDecl(prefix, uri, prevDefaultNsUri, this.scopes);
System\Xml\Xsl\XsltOld\InputScope.cs (1)
47
this.
scopes
= null;
System\Xml\Xsl\XsltOld\OutputScope.cs (1)
60
this.
scopes
= null;
6 references to scopes
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\DocumentScope.cs (5)
19
get { return this.
scopes
; }
23
this.scopes = new NamespaceDecl(prefix, uri, prevDefaultNsUri, this.
scopes
);
24
return this.
scopes
;
30
for (NamespaceDecl scope = this.
scopes
; scope != null; scope = scope.Next) {
43
for (NamespaceDecl scope = this.
scopes
; scope != null; scope = scope.Next) {
System\Xml\Xsl\XsltOld\OutputScope.cs (1)
74
for (NamespaceDecl scope = this.
scopes
; scope != null; scope = scope.Next) {