2 references to CancellationHandler
System.Threading.Tasks.Dataflow (2)
Base\DataflowBlock.cs (2)
555
private static readonly Action<object?> _cancellationCallback =
CancellationHandler
;
725
CancellationHandler
(new WeakReference<SendAsyncSource<TOutput>>(this)); // same code as registered with the CancellationToken