1 write to _scope
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1244
_scope
= new CompilerScopeManager<VarPar>();
8 references to _scope
System.Private.Xml (8)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (8)
1250
_scope
.EnterScope();
1252
_scope
.CheckEmpty();
1264
_scope
.EnterScope();
1266
_scope
.CheckEmpty();
1336
_scope
!.EnterScope(node.Namespaces);
1383
_scope
.AddVariable(child.Name!, (VarPar)child);
1398
_scope
.ExitScope();
1431
foreach (var scoperecord in
_scope
!.GetActiveRecords())