Base:
property
SupportedDiagnostics
Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer.SupportedDiagnostics
1 write to SupportedDiagnostics
Microsoft.CodeAnalysis.Features (1)
AbstractCodeQualityDiagnosticAnalyzer.cs (1)
21SupportedDiagnostics = descriptors;
1 reference to SupportedDiagnostics
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
RemoveUnusedMembersTests.cs (1)
1441var descriptor = new CSharpRemoveUnusedMembersDiagnosticAnalyzer().SupportedDiagnostics.First(x => x.Id == "IDE0052");