1 write to _scope
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1246
_scope
= new CompilerScopeManager<VarPar>();
8 references to _scope
System.Private.Xml (8)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (8)
1252
_scope
.EnterScope();
1254
_scope
.CheckEmpty();
1266
_scope
.EnterScope();
1268
_scope
.CheckEmpty();
1338
_scope
!.EnterScope(node.Namespaces);
1385
_scope
.AddVariable(child.Name!, (VarPar)child);
1400
_scope
.ExitScope();
1433
foreach (var scoperecord in
_scope
!.GetActiveRecords())