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