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