4 references to PropagateCompletion
System.Threading.Tasks.Dataflow (4)
Internal\Common.cs (2)
573
sourceCompletionTask.ContinueWith(static (task, state) => Common.
PropagateCompletion
(task, (IDataflowBlock)state!, AsyncExceptionHandler),
587
if (sourceCompletionTask.IsCompleted)
PropagateCompletion
(sourceCompletionTask, target, exceptionHandler: null);
Internal\SourceCore.cs (1)
140
if (linkOptions.PropagateCompletion) Common.
PropagateCompletion
(_completionTask.Task, target, exceptionHandler: null);
Internal\TargetRegistry.cs (1)
202
if (node.PropagateCompletion) Common.
PropagateCompletion
(owningSourceCompletion, node.Target, Common.AsyncExceptionHandler);