2 overrides of GetDelegateContinuationsForDebugger
mscorlib (2)
system\threading\Tasks\TaskContinuation.cs (2)
373internal override Delegate[] GetDelegateContinuationsForDebugger() 863internal override Delegate[] GetDelegateContinuationsForDebugger()
1 reference to GetDelegateContinuationsForDebugger
mscorlib (1)
system\threading\Tasks\Task.cs (1)
6620return taskContinuation.GetDelegateContinuationsForDebugger();