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