3 references to Canceler
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (3)
2394
Debug.Assert(currentState.
Canceler
!= null, "The target should have set up continuations.");
2400
currentState.
Canceler
.Cancel();
2487
}, this,
Canceler
.Token, Common.GetContinuationOptions(TaskContinuationOptions.ExecuteSynchronously), TaskScheduler.Default);