5 references to Cancellation
System.Threading.Tasks.Dataflow (5)
Base\DataflowBlock.cs (5)
1151receiveTarget.TryCleanupAndComplete(ReceiveCoreByLinkingCleanupReason.Cancellation); 1302if (reason != ReceiveCoreByLinkingCleanupReason.Cancellation) 1308reason = ReceiveCoreByLinkingCleanupReason.Cancellation; 1333case ReceiveCoreByLinkingCleanupReason.Cancellation: 1344goto case ReceiveCoreByLinkingCleanupReason.Cancellation;