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