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