4 references to Uncategorized
Microsoft.CodeAnalysis (4)
InternalUtilities\FatalError.cs (4)
97
public static bool ReportAndPropagate(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
109
public static bool ReportAndPropagateUnlessCanceled(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
138
public static bool ReportAndPropagateUnlessCanceled(Exception exception, CancellationToken contextCancellationToken, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
232
private static void Report(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
, bool forceDump = false)