1 instantiation of RuleStatementAction
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
1206action = new RuleStatementAction(statement);
4 references to RuleStatementAction
System.Workflow.Activities (4)
Rules\RuleAction.cs (4)
267RuleStatementAction newAction = (RuleStatementAction)this.MemberwiseClone(); 285RuleStatementAction other = obj as RuleStatementAction;