5 references to ErrorReporterHandler
Microsoft.CodeAnalysis.InteractiveHost (5)
FailFast.cs (2)
17/// A pre-created delegate to assign to <see cref="FatalError.ErrorReporterHandler" /> if needed. 19internal static readonly FatalError.ErrorReporterHandler Handler = static (e, _, _) => OnFatalException(e);
FatalError.cs (3)
30private static ErrorReporterHandler? s_handler; 41public static ErrorReporterHandler? Handler 63public static void OverwriteHandler(ErrorReporterHandler? value)