9 references to IsCooperativeCancellation
System.Threading.Tasks.Dataflow (9)
Blocks\ActionBlock.cs (2)
138if (!Common.IsCooperativeCancellation(exc)) throw; 170if (caughtException != null && !Common.IsCooperativeCancellation(caughtException))
Blocks\TransformBlock.cs (2)
184if (!Common.IsCooperativeCancellation(exc)) throw; 241if (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)
66if (!Common.IsCooperativeCancellation(exc))
Internal\SpscTargetCore.cs (1)
223if (!Common.IsCooperativeCancellation(exc))