2 writes to conditions
System.Workflow.Activities (2)
Rules\RuleDefinitions.cs (2)
33
this.
conditions
= new RuleConditionCollection();
118
newRuleDefinitions.
conditions
= new RuleConditionCollection();
5 references to conditions
System.Workflow.Activities (5)
Rules\RuleDefinitions.cs (5)
32
if (this.
conditions
== null)
34
return
conditions
;
116
if (this.
conditions
!= null)
119
foreach (RuleCondition r in this.
conditions
)
120
newRuleDefinitions.
conditions
.Add(r.Clone());