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