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