2 references to VariableAction
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1118
VariableAction action = new
VariableAction
(type);
System\Xml\Xsl\XsltOld\WithParamAction.cs (1)
14
internal WithParamAction() :
base
(VariableType.WithParameter) { }