2 references to Always
System.Workflow.Activities (2)
Rules\Executor.cs (1)
440
if ((executionCount[updatedRuleIndex] == 0) || (rs.Rule.ReevaluationBehavior == RuleReevaluationBehavior.
Always
))
Rules\Rule.cs (1)
29
internal RuleReevaluationBehavior behavior = RuleReevaluationBehavior.
Always
;