6 references to OnFatalException
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.CompilationManager.cs (1)
97
FailFast.
OnFatalException
(ex);
Microsoft.CodeAnalysis.LanguageServer (2)
Logging\RoslynLogger.cs (2)
88
FailFast.
OnFatalException
(exception);
92
FailFast.
OnFatalException
(e);
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
src\VisualStudio\Core\Def\Watson\FaultReporter.cs (2)
184
FailFast.
OnFatalException
(exception);
188
FailFast.
OnFatalException
(e);
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
21
internal static readonly FatalError.ErrorReporterHandler Handler = static (e, _, _) =>
OnFatalException
(e);