2 references to InvalidDiagnosticSuppressionReported
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\Suppression.cs (1)
26
var message = string.Format(CodeAnalysisResources.
InvalidDiagnosticSuppressionReported
, suppressedDiagnostic.Id, descriptor.SuppressedDiagnosticId);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\DiagnosticSuppressorTests.cs (1)
449
var exceptionMessage = string.Format(CodeAnalysisResources.
InvalidDiagnosticSuppressionReported
, analyzer.Descriptor.Id, unsupportedSuppressedId);