2 references to DirectoryLengthComparer
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfigSet.cs (2)
31
/// The list of <see cref="AnalyzerConfig" />s in this set. This list has been sorted per <see cref="AnalyzerConfig.
DirectoryLengthComparer
"/>.
130
sortedAnalyzerConfigs.Sort(AnalyzerConfig.
DirectoryLengthComparer
);