3 references to VariableAction
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1115
VariableAction action = new
VariableAction
(type);
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
668
internal VariableActionDbg(VariableType type) :
base
(type) {}
System\Xml\Xsl\XsltOld\WithParamAction.cs (1)
17
internal WithParamAction() :
base
(VariableType.WithParameter) {}