4 references to InternalCancel
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
626InternalCancel(); 635ctr = cancellationToken.UnsafeRegister(static t => ((Task)t!).InternalCancel(), this); 652targetTask.InternalCancel();
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
352continuationTask.InternalCancel();