6 references to Uncategorized
Microsoft.CodeAnalysis (6)
InternalUtilities\FatalError.cs (6)
99
public static bool ReportAndPropagate(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
111
public static bool ReportAndPropagateUnlessCanceled(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
140
public static bool ReportAndPropagateUnlessCanceled(Exception exception, CancellationToken contextCancellationToken, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
161
public static bool ReportAndCatch(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
237
private static void Report(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
, bool forceDump = false)
248
public static void ReportNonFatalError(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
, bool forceDump = false)