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