2 references to GetDelegateContinuationsForDebugger
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
7011Delegate[]? delegates = continuationTask.GetDelegateContinuationsForDebugger();
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
359m_task.m_action is null ? m_task.GetDelegateContinuationsForDebugger() :