4 references to GetVariable
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\Processor.cs (3)
994object result = rootFrame.GetVariable(variablekey); 1017result = rootFrame.GetVariable(variablekey); 1023return ((ActionFrame)_actionStack.Peek()!).GetVariable(variablekey);
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
124if (frame.GetVariable(_varKey) != null)