1 reference to GetSupportedIds
Microsoft.CodeAnalysis (1)
CommandLine\ReportAnalyzerUtil.cs (1)
96
var analyzerIds = string.Join(", ",
GetSupportedIds
(kvp.Key).Distinct().OrderBy(id => id));