2 overrides of Run
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (2)
289internal override void Run(Task completedTask, bool canInlineContinuationTask) 563internal override void Run(Task task, bool canInlineContinuationTask)
5 references to Run
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (5)
2542tc.Run(this, canInlineContinuationTask: false); 2600tc.Run(this, canInlineContinuationTask: false); 3486tc.Run(this, canInlineContinuations); 3559((TaskContinuation)currentContinuation).Run(this, canInlineContinuationTask: false); 3591tc.Run(this, canInlineContinuations);