12 references to IsCancellation
Microsoft.Extensions.AI.Evaluation.Console (12)
Utilities\LoggerExtensions.cs (12)
27catch (Exception ex) when (swallowUnhandledExceptions && ex.IsCancellation()) 31catch (Exception ex) when (!ex.IsCancellation() && logger.LogException(ex) && swallowUnhandledExceptions) 47catch (Exception ex) when (swallowUnhandledExceptions && ex.IsCancellation()) 51catch (Exception ex) when (!ex.IsCancellation() && logger.LogException(ex) && swallowUnhandledExceptions) 69catch (Exception ex) when (swallowUnhandledExceptions && ex.IsCancellation()) 73catch (Exception ex) when (!ex.IsCancellation() && logger.LogException(ex) && swallowUnhandledExceptions) 88catch (Exception ex) when (swallowUnhandledExceptions && ex.IsCancellation()) 92catch (Exception ex) when (!ex.IsCancellation() && logger.LogException(ex) && swallowUnhandledExceptions) 108catch (Exception ex) when (swallowUnhandledExceptions && ex.IsCancellation()) 112catch (Exception ex) when (!ex.IsCancellation() && logger.LogException(ex) && swallowUnhandledExceptions) 130catch (Exception ex) when (swallowUnhandledExceptions && ex.IsCancellation()) 134catch (Exception ex) when (!ex.IsCancellation() && logger.LogException(ex) && swallowUnhandledExceptions)