1 write to RuleSetReference
System.Workflow.Activities (1)
Designers\PolicyDesigner.cs (1)
75activity.RuleSetReference = new RuleSetReference(ruleSetName);
3 references to RuleSetReference
System.Workflow.Activities (3)
Designers\PolicyDesigner.cs (2)
48RuleSetReference ruleSetReference = activity.RuleSetReference; 84TypeDescriptor.GetProperties(activity)["RuleSetReference"].SetValue(activity, activity.RuleSetReference);
Policy.cs (1)
73RuleSet ruleSet = ruleDefinitions.RuleSets[this.RuleSetReference.RuleSetName];