2 references to GetEffectiveRuleSet
Microsoft.CodeAnalysis (2)
RuleSet\RuleSet.cs (2)
142
RuleSet? effectiveRuleset = ruleSet.
GetEffectiveRuleSet
(includedRulesetPaths);
257
return ruleSet.
GetEffectiveRuleSet
(new HashSet<string>());