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