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)
303
if (
_scope
.EnterScope(node.Namespaces))
312
_scope
.ExitScope();
320
foreach (ScopeRecord rec in
_scope
)
525
if (
_scope
.IsLocalVariable(xslPar.Name!.LocalName, xslPar.Name.NamespaceUri))
585
_scope
.AddVariable(xslPar.Name, param);
621
_scope
.AddVariable(arg.Name!, arg);
667
_scope
.AddVariable(arg.Name, arg);
764
_scope
.AddVariable(node.Name, var);
830
foreach (ScopeRecord rec in
_scope
)
834
if (recNsUri != XmlReservedNs.NsXslt && !
_scope
.IsExNamespace(recNsUri!))
1461
if (
_scope
.IsLocalVariable(node.Name!.LocalName, node.Name.NamespaceUri))
2237
_scope
.AddVariable(varPar.Name, it);
2494
foreach (ScopeRecord rec in
_scope
)
2768
string? ns =
_scope
.LookupNamespace(prefix);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
79
QilNode? var =
_scope
.LookupVariable(name, ns);
266
string? ns =
_scope
.LookupNamespace(prefix);