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)
600
Assert.Equal(vsixAnalyzerDiagnosticIds, vsixSuppressor.
SupportedSuppressions
.Select(s => s.SuppressedDiagnosticId).Order());
601
Assert.Equal(vsixAnalyzerDiagnosticIds, nugetSuppressor.
SupportedSuppressions
.Select(s => s.SuppressedDiagnosticId).Order());