1 write to scope
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
92
scope
= new CompilerScopeManager<QilIterator>();
16 references to scope
System.Data.SqlXml (16)
System\Xml\Xsl\Xslt\QilGenerator.cs (14)
275
if (this.
scope
.EnterScope(node.Namespaces)) {
282
this.
scope
.ExitScope();
288
foreach (ScopeRecord rec in this.
scope
) {
455
if (
scope
.IsLocalVariable(xslPar.Name.LocalName, xslPar.Name.NamespaceUri)) {
505
scope
.AddVariable(xslPar.Name, param);
536
scope
.AddVariable(arg.Name, arg);
575
scope
.AddVariable(arg.Name, arg);
661
scope
.AddVariable(node.Name, var);
718
foreach (ScopeRecord rec in this.
scope
) {
721
if (recNsUri != XmlReservedNs.NsXslt && !
scope
.IsExNamespace(recNsUri)) {
1233
if (
scope
.IsLocalVariable(node.Name.LocalName, node.Name.NamespaceUri)) {
1877
scope
.AddVariable(varPar.Name, it);
2083
foreach (ScopeRecord rec in this.
scope
) {
2315
string ns =
scope
.LookupNamespace(prefix);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
76
QilNode var = this.
scope
.LookupVariable(name, ns);
219
string ns =
scope
.LookupNamespace(prefix);