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.
19
internal static readonly FatalError.
ErrorReporterHandler
Handler = static (e, _, _) => OnFatalException(e);
InternalUtilities\FatalError.cs (3)
30
private static
ErrorReporterHandler
? s_handler;
41
public static
ErrorReporterHandler
? Handler
63
public static void OverwriteHandler(
ErrorReporterHandler
? value)