2 references to OnFatalException
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_CompilationWithAnalyzersPair.cs (1)
117
FailFast.
OnFatalException
(ex);
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
21
internal static readonly FatalError.ErrorReporterHandler Handler = static (e, _, _) =>
OnFatalException
(e);