1 write to _scope
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
146
_scope
= new CompilerScopeManager<VarPar>();
6 references to _scope
System.Private.Xml (6)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (6)
147
_xpathAnalyzer = new XPathAnalyzer(compiler,
_scope
);
152
_scope
.AddVariable(par.Name!, par);
156
_scope
.AddVariable(var.Name!, var);
302
_scope
!.EnterScope(node.Namespaces);
304
_scope
.ExitScope();
309
_scope
.AddVariable(node.Name!, (VarPar)node);