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