2 references to NonReportedDiagnosticCannotBeSuppressed
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1730
var message = string.Format(CodeAnalysisResources.
NonReportedDiagnosticCannotBeSuppressed
, suppression.SuppressedDiagnostic.Id);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\DiagnosticSuppressorTests.cs (1)
502
var exceptionMessage = string.Format(CodeAnalysisResources.
NonReportedDiagnosticCannotBeSuppressed
, nonReportedDiagnosticId);