6 references to Uncategorized
Microsoft.CodeAnalysis (6)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (6)
102
public static bool ReportAndPropagate(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
114
public static bool ReportAndPropagateUnlessCanceled(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
143
public static bool ReportAndPropagateUnlessCanceled(Exception exception, CancellationToken contextCancellationToken, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
164
public static bool ReportAndCatch(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
259
private static void Report(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
, bool forceDump = false)
270
public static void ReportNonFatalError(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
, bool forceDump = false)