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