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