4 references to InternalCancel
mscorlib (4)
system\threading\Tasks\Task.cs (3)
694this.InternalCancel(false); 753targetTask.InternalCancel(false); 2670childTask.InternalCancel(true);
system\threading\Tasks\TaskContinuation.cs (1)
370else continuationTask.InternalCancel(false);