6 references to OnFatalException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (1)
180FailFast.OnFatalException(ex);
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
FaultReporter.cs (2)
155FailFast.OnFatalException(exception); 159FailFast.OnFatalException(e);
Microsoft.CodeAnalysis.Workspaces (1)
FailFast.cs (1)
19internal static readonly FatalError.ErrorReporterHandler Handler = static (e, _, _) => OnFatalException(e);
Microsoft.VisualStudio.LanguageServices (2)
Watson\FaultReporter.cs (2)
155FailFast.OnFatalException(exception); 159FailFast.OnFatalException(e);