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