Base:
property
SupportedSuppressions
Microsoft.CodeAnalysis.Diagnostics.DiagnosticSuppressor.SupportedSuppressions
1 write to SupportedSuppressions
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (1)
892=> SupportedSuppressions = CreateSupportedSuppressions(analyzerName, this.mapping, reportedIds);
2 references to SupportedSuppressions
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (2)
600Assert.Equal(vsixAnalyzerDiagnosticIds, vsixSuppressor.SupportedSuppressions.Select(s => s.SuppressedDiagnosticId).Order()); 601Assert.Equal(vsixAnalyzerDiagnosticIds, nugetSuppressor.SupportedSuppressions.Select(s => s.SuppressedDiagnosticId).Order());