1 override of GetDiagnosticReport
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
120public override ReportDiagnostic GetDiagnosticReport(DiagnosticInfo diagnosticInfo, CompilationOptions options)
1 reference to GetDiagnosticReport
Microsoft.CodeAnalysis (1)
Diagnostic\CommonMessageProvider.cs (1)
135var report = this.GetDiagnosticReport(diagnosticInfo, options);