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