7 references to ReportSuppression
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (1)
937
context.
ReportSuppression
(
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\GetDiagnosticsTests.cs (1)
1091
context.
ReportSuppression
(Suppression.Create(_descriptor, diagnostic));
Microsoft.CodeAnalysis.Test.Utilities (5)
Diagnostics\CommonDiagnosticAnalyzers.cs (5)
439
context.
ReportSuppression
(Suppression.Create(descriptor, diagnostic));
2066
context.
ReportSuppression
(Suppression.Create(SuppressionDescriptor, diagnostic));
2163
context.
ReportSuppression
(Suppression.Create(_unsupportedDescriptor, diagnostic));
2195
context.
ReportSuppression
(Suppression.Create(_unsupportedDescriptor, diagnostic));
2232
context.
ReportSuppression
(Suppression.Create(_descriptor2, nonReportedDiagnostic));