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