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)
111catch (Exception ex) when (FatalError.ReportAndCatchUnlessCanceled(ex))