2 references to ReportAndCatch
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
117
catch (Exception ex) when (FatalError.
ReportAndCatch
(ex, ErrorSeverity.Critical))
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
419
catch (Exception ex) when (FatalError.
ReportAndCatch
(ex, ErrorSeverity.Diagnostic))