5 references to GetVariable
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
295return GetVariable(this.action.GetDbgData(this).Variables[varIndex].VarKey);
System\Xml\Xsl\XsltOld\Processor.cs (3)
897object result = rootFrame.GetVariable(variablekey); 916result = rootFrame.GetVariable(variablekey); 920return ((ActionFrame) this.actionStack.Peek()).GetVariable(variablekey);
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
107if (frame.GetVariable(this.varKey) != null) { // This var was calculated already