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