3 references to VariableScope
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
308
varScope = this.scopeManager.
VariableScope
;
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
66
IXsltContextVariable variable = this.manager.
VariableScope
.ResolveVariable(qname);
77
VariableAction global = this.manager.
VariableScope
.ResolveGlobalVariable(variable.Name);