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