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