2 references to ReportAndCatchUnlessCanceled
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\ISymbolExtensions.cs (1)
253
catch (Exception e) when (FatalError.
ReportAndCatchUnlessCanceled
(e, cancellationToken))
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
241
_ = task.ContinueWith(p =>
ReportAndCatchUnlessCanceled
(p.Exception!, cancellationToken),