5 references to CreateTaskFromCancellation
System.Threading.Tasks.Dataflow (5)
Base\DataflowBlock.cs (5)
316return Common.CreateTaskFromCancellation<bool>(cancellationToken); 1012return Common.CreateTaskFromCancellation<TOutput>(cancellationToken); 1444return Common.CreateTaskFromCancellation<bool>(cancellationToken); 1971return Common.CreateTaskFromCancellation<int>(dataflowBlockOptions.CancellationToken); 2145return Common.CreateTaskFromCancellation<int>(cts.Token);