Base:
property
SupportedDiagnostics
Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer.SupportedDiagnostics
2 writes to SupportedDiagnostics
Microsoft.CodeAnalysis.Features (2)
AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (2)
29
SupportedDiagnostics
= ImmutableArray.Create(Descriptor);
37
SupportedDiagnostics
= supportedDiagnostics;
2 references to SupportedDiagnostics
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ConvertSwitchStatementToExpressionTests.cs (1)
888
var descriptor = analyzer.
SupportedDiagnostics
.First(descriptor => descriptor.Id == IDEDiagnosticIds.ConvertSwitchStatementToExpressionDiagnosticId);
Microsoft.CodeAnalysis.Features (1)
AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (1)
39
Descriptor =
SupportedDiagnostics
[0];