1 write to scope
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
132this.scope = new CompilerScopeManager<VarPar>();
6 references to scope
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (6)
133this.xpathAnalyzer = new XPathAnalyzer(compiler, scope); 137scope.AddVariable(par.Name, par); 140scope.AddVariable(var.Name, var); 331scope.EnterScope(node.Namespaces); 333scope.ExitScope(); 337scope.AddVariable(node.Name, (VarPar)node);