5 references to ErrorReporterHandler
Microsoft.CodeAnalysis (5)
InternalUtilities\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);
InternalUtilities\FatalError.cs (3)
30private static ErrorReporterHandler? s_handler; 41public static ErrorReporterHandler? Handler 63public static void OverwriteHandler(ErrorReporterHandler? value)