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