2 references to UnsupportedDiagnosticReported
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContextHelpers.cs (1)
63
throw new ArgumentException(string.Format(CodeAnalysisResources.
UnsupportedDiagnosticReported
, diagnostic.Id), nameof(diagnostic));
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
853
string message = new ArgumentException(string.Format(CodeAnalysisResources.
UnsupportedDiagnosticReported
, AnalyzerReportingUnsupportedDiagnostic.UnsupportedDescriptor.Id), "diagnostic").Message;