2 references to UnsupportedSuppressionReported
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1947
var message = string.Format(CodeAnalysisResources.
UnsupportedSuppressionReported
, suppression.Descriptor.Id);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticSuppressorTests.cs (1)
484
var exceptionMessage = string.Format(CodeAnalysisResources.
UnsupportedSuppressionReported
, unsupportedSuppressionId);