3 references to TryGetStateMachineForDebugger
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncMethodBuilderCore.cs (1)
121target is ContinuationWrapper cw ? TryGetStateMachineForDebugger(cw._continuation) :
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
7084return [AsyncMethodBuilderCore.TryGetStateMachineForDebugger(singleAction)];
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
827return [AsyncMethodBuilderCore.TryGetStateMachineForDebugger(m_action)];