9 references to IsCooperativeCancellation
System.Threading.Tasks.Dataflow (9)
Blocks\ActionBlock.cs (2)
144
if (!Common.
IsCooperativeCancellation
(exc)) throw;
176
if (caughtException != null && !Common.
IsCooperativeCancellation
(caughtException))
Blocks\TransformBlock.cs (2)
187
if (!Common.
IsCooperativeCancellation
(exc)) throw;
244
if (caughtException != null && !Common.
IsCooperativeCancellation
(caughtException))
Blocks\TransformManyBlock.cs (3)
180
catch (Exception exc) when (Common.
IsCooperativeCancellation
(exc))
211
if (caughtException != null && !Common.
IsCooperativeCancellation
(caughtException))
272
if (!Common.
IsCooperativeCancellation
(exc))
Blocks\TransformManyBlock.IAsyncEnumerable.cs (1)
69
if (!Common.
IsCooperativeCancellation
(exc))
Internal\SpscTargetCore.cs (1)
223
if (!Common.
IsCooperativeCancellation
(exc))