2 references to UnsupportedDescriptor
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
854
string message = new ArgumentException(string.Format(CodeAnalysisResources.UnsupportedDiagnosticReported, AnalyzerReportingUnsupportedDiagnostic.
UnsupportedDescriptor
.Id), "diagnostic").Message;
895
compilationContext.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
UnsupportedDescriptor
, Location.None));