1 write to analyzedRules
System.Workflow.Activities (1)
Rules\RuleEngine.cs (1)
44
this.
analyzedRules
= Executor.Preprocess(ruleSet.ChainingBehavior, ruleSet.Rules, validation, tracer);
1 reference to analyzedRules
System.Workflow.Activities (1)
Rules\RuleEngine.cs (1)
69
Executor.ExecuteRuleSet(
analyzedRules
, ruleExecution, tracer, RuleSet.RuleSetTrackingKey + name);