2 references to AsyncExceptionHandler
System.Threading.Tasks.Dataflow (2)
Internal\Common.cs (1)
573
sourceCompletionTask.ContinueWith(static (task, state) => Common.PropagateCompletion(task, (IDataflowBlock)state!,
AsyncExceptionHandler
),
Internal\TargetRegistry.cs (1)
202
if (node.PropagateCompletion) Common.PropagateCompletion(owningSourceCompletion, node.Target, Common.
AsyncExceptionHandler
);