Base:
property
SupportedDiagnostics
Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer.SupportedDiagnostics
1 write to SupportedDiagnostics
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
533
=>
SupportedDiagnostics
= CreateSupportedDiagnostics(reportedDiagnosticIdsWithCategories);
2 references to SupportedDiagnostics
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
CodeFixes\CodeFixServiceTests.cs (2)
127
Assert.Equal(codeFix.FixableDiagnosticIds.Single(), analyzerWithFix.
SupportedDiagnostics
.Single().Id);
560
foreach (var descriptor in
SupportedDiagnostics
)