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