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