2 overrides of Run
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (2)
289internal override void Run(Task completedTask, bool canInlineContinuationTask) 577internal override void Run(Task task, bool canInlineContinuationTask)
5 references to Run
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (5)
2696tc.Run(this, canInlineContinuationTask: false); 2754tc.Run(this, canInlineContinuationTask: false); 3658tc.Run(this, canInlineContinuations); 3737((TaskContinuation)currentContinuation).Run(this, canInlineContinuationTask: false); 3775tc.Run(this, canInlineContinuations);