3 references to RuleSet
Microsoft.CodeAnalysis (3)
RuleSet\RuleSet.cs (2)
96
return new
RuleSet
(FilePath, generalOption, specificOptions.ToImmutable(), _includes);
185
return new
RuleSet
(_filePath, effectiveGeneralOption, effectiveSpecificOptions.ToImmutableDictionary(), ImmutableArray<RuleSetInclude>.Empty);
RuleSet\RuleSetProcessor.cs (1)
140
return new
RuleSet
(filePath, generalOption, specificOptions.ToImmutable(), includes.ToImmutable());