1 instantiation of AnalyzerReportingUnsupportedDiagnostic
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
852
var analyzer = new
AnalyzerReportingUnsupportedDiagnostic
();
2 references to AnalyzerReportingUnsupportedDiagnostic
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
852
var
analyzer = new AnalyzerReportingUnsupportedDiagnostic();
854
string message = new ArgumentException(string.Format(CodeAnalysisResources.UnsupportedDiagnosticReported,
AnalyzerReportingUnsupportedDiagnostic
.UnsupportedDescriptor.Id), "diagnostic").Message;