2 references to Scopes
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (1)
59for (NamespaceDecl scope = this.scopeStack.Scopes; scope != null; scope = scope.Next) {
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (1)
93for (NamespaceDecl scope = elementScope.Scopes; scope != null; scope = scope.Next) {