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