2 writes to ruleSets
System.Workflow.Activities (2)
Rules\RuleDefinitions.cs (2)
44
this.
ruleSets
= new RuleSetCollection();
111
newRuleDefinitions.
ruleSets
= new RuleSetCollection();
5 references to ruleSets
System.Workflow.Activities (5)
Rules\RuleDefinitions.cs (5)
43
if (this.
ruleSets
== null)
45
return this.
ruleSets
;
109
if (this.
ruleSets
!= null)
112
foreach (RuleSet r in this.
ruleSets
)
113
newRuleDefinitions.
ruleSets
.Add(r.Clone());