3 writes to scopes
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\DocumentScope.cs (1)
22
this.
scopes
= new NamespaceDecl(prefix, uri, prevDefaultNsUri, this.scopes);
System\Xml\Xsl\XsltOld\InputScope.cs (1)
50
this.
scopes
= null;
System\Xml\Xsl\XsltOld\OutputScope.cs (1)
72
this.
scopes
= null;
6 references to scopes
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\DocumentScope.cs (5)
17
get { return this.
scopes
; }
22
this.scopes = new NamespaceDecl(prefix, uri, prevDefaultNsUri, this.
scopes
);
23
return this.
scopes
;
30
for (NamespaceDecl? scope = this.
scopes
; scope != null; scope = scope.Next)
46
for (NamespaceDecl? scope = this.
scopes
; scope != null; scope = scope.Next)
System\Xml\Xsl\XsltOld\OutputScope.cs (1)
87
for (NamespaceDecl? scope = this.
scopes
; scope != null; scope = scope.Next)