1 write to scope
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1101
this.
scope
= new CompilerScopeManager<VarPar>();
8 references to scope
System.Data.SqlXml (8)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (8)
1106
scope
.EnterScope();
1108
scope
.CheckEmpty();
1119
scope
.EnterScope();
1121
scope
.CheckEmpty();
1185
scope
.EnterScope(node.Namespaces);
1228
scope
.AddVariable(child.Name, (VarPar)child);
1241
scope
.ExitScope();
1273
foreach (var scoperecord in
scope
.GetActiveRecords()) {