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"/>. 130sortedAnalyzerConfigs.Sort(AnalyzerConfig.DirectoryLengthComparer);