1 instantiation of RuleUpdateAction
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
1160
action = new
RuleUpdateAction
((string)pathString);
3 references to RuleUpdateAction
System.Workflow.Activities (3)
Rules\Executor.cs (1)
659
((behavior == RuleChainingBehavior.UpdateOnly) && (action is
RuleUpdateAction
)))
Rules\RuleAction.cs (2)
196
RuleUpdateAction
other = obj as
RuleUpdateAction
;