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