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