1 write to _scope
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
97
_scope
= new CompilerScopeManager<QilIterator>();
16 references to _scope
System.Private.Xml (16)
System\Xml\Xsl\Xslt\QilGenerator.cs (14)
307
if (
_scope
.EnterScope(node.Namespaces))
316
_scope
.ExitScope();
324
foreach (ScopeRecord rec in
_scope
)
529
if (
_scope
.IsLocalVariable(xslPar.Name!.LocalName, xslPar.Name.NamespaceUri))
589
_scope
.AddVariable(xslPar.Name, param);
625
_scope
.AddVariable(arg.Name!, arg);
671
_scope
.AddVariable(arg.Name, arg);
768
_scope
.AddVariable(node.Name, var);
834
foreach (ScopeRecord rec in
_scope
)
838
if (recNsUri != XmlReservedNs.NsXslt && !
_scope
.IsExNamespace(recNsUri!))
1465
if (
_scope
.IsLocalVariable(node.Name!.LocalName, node.Name.NamespaceUri))
2241
_scope
.AddVariable(varPar.Name, it);
2498
foreach (ScopeRecord rec in
_scope
)
2772
string? ns =
_scope
.LookupNamespace(prefix);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
79
QilNode? var =
_scope
.LookupVariable(name, ns);
268
string? ns =
_scope
.LookupNamespace(prefix);