5 references to Cancellation
System.Threading.Tasks.Dataflow (5)
Base\DataflowBlock.cs (5)
1118receiveTarget.TryCleanupAndComplete(ReceiveCoreByLinkingCleanupReason.Cancellation); 1269if (reason != ReceiveCoreByLinkingCleanupReason.Cancellation) 1275reason = ReceiveCoreByLinkingCleanupReason.Cancellation; 1300case ReceiveCoreByLinkingCleanupReason.Cancellation: 1311goto case ReceiveCoreByLinkingCleanupReason.Cancellation;