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