Base:
property
SupportedDiagnostics
Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer.SupportedDiagnostics
2 writes to SupportedDiagnostics
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Analyzers\Core\Analyzers\AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (2)
32SupportedDiagnostics = [Descriptor]; 40SupportedDiagnostics = supportedDiagnostics;
2 references to SupportedDiagnostics
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Analyzers\Core\Analyzers\AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (2)
42Descriptor = SupportedDiagnostics[0]; 205foreach (var descriptor in SupportedDiagnostics)