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)
2540tc.Run(this, canInlineContinuationTask: false); 2598tc.Run(this, canInlineContinuationTask: false); 3465tc.Run(this, canInlineContinuations); 3538((TaskContinuation)currentContinuation).Run(this, canInlineContinuationTask: false); 3570tc.Run(this, canInlineContinuations);