2 references to GetDelegateContinuationsForDebugger
mscorlib (2)
system\threading\Tasks\Task.cs (1)
6627Delegate[] delegates = continuationTask.GetDelegateContinuationsForDebugger();
system\threading\Tasks\TaskContinuation.cs (1)
377return m_task.GetDelegateContinuationsForDebugger();