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