2 references to ReportAndCatchUnlessCanceled
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
231
_ = task.ContinueWith(p =>
ReportAndCatchUnlessCanceled
(p.Exception!),
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (1)
111
catch (Exception ex) when (FatalError.
ReportAndCatchUnlessCanceled
(ex))