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