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