1 reference to DistinctBy
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\DataProvider\Analyzer\AnalyzerSettingsProvider.cs (1)
31
var analyzerReferences = RoslynEnumerableExtensions.
DistinctBy
(projectsInScope.SelectMany(p => p.AnalyzerReferences), a => a.Id).ToImmutableArray();