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