10 references to Uncategorized
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
FaultReporter.cs (1)
39ErrorSeverity.Uncategorized => FaultSeverity.Uncategorized,
Microsoft.CodeAnalysis.Workspaces (8)
FatalError.cs (8)
97public static bool ReportAndPropagate(Exception exception, ErrorSeverity severity = ErrorSeverity.Uncategorized) 109public static bool ReportAndPropagateUnlessCanceled(Exception exception, ErrorSeverity severity = ErrorSeverity.Uncategorized) 138public static bool ReportAndPropagateUnlessCanceled(Exception exception, CancellationToken contextCancellationToken, ErrorSeverity severity = ErrorSeverity.Uncategorized) 164public static bool ReportAndCatch(Exception exception, ErrorSeverity severity = ErrorSeverity.Uncategorized) 171public static bool ReportWithDumpAndCatch(Exception exception, ErrorSeverity severity = ErrorSeverity.Uncategorized) 184public static bool ReportAndCatchUnlessCanceled(Exception exception, ErrorSeverity severity = ErrorSeverity.Uncategorized) 214public static bool ReportAndCatchUnlessCanceled(Exception exception, CancellationToken contextCancellationToken, ErrorSeverity severity = ErrorSeverity.Uncategorized) 232private static void Report(Exception exception, ErrorSeverity severity = ErrorSeverity.Uncategorized, bool forceDump = false)
Microsoft.VisualStudio.LanguageServices (1)
Watson\FaultReporter.cs (1)
39ErrorSeverity.Uncategorized => FaultSeverity.Uncategorized,