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