21 references to AsyncMethodBuilderCore
System.Private.CoreLib (21)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncIteratorMethodBuilder.cs (1)
31AsyncMethodBuilderCore.Start(ref stateMachine);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (1)
1748return AsyncMethodBuilderCore.TryGetStateMachineBox(action);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilder.cs (2)
33AsyncMethodBuilderCore.Start(ref stateMachine); 40AsyncMethodBuilderCore.SetStateMachine(stateMachine, task: null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (3)
35AsyncMethodBuilderCore.Start(ref stateMachine); 42AsyncMethodBuilderCore.SetStateMachine(stateMachine, m_task); 271AsyncMethodBuilderCore.LogTraceOperationBegin(box, stateMachine.GetType());
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncValueTaskMethodBuilder.cs (2)
31AsyncMethodBuilderCore.Start(ref stateMachine); 36AsyncMethodBuilderCore.SetStateMachine(stateMachine, task: null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncValueTaskMethodBuilderT.cs (2)
36AsyncMethodBuilderCore.Start(ref stateMachine); 41AsyncMethodBuilderCore.SetStateMachine(stateMachine, task: null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncVoidMethodBuilder.cs (1)
40AsyncMethodBuilderCore.Start(ref stateMachine);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilder.cs (2)
33AsyncMethodBuilderCore.Start(ref stateMachine); 38AsyncMethodBuilderCore.SetStateMachine(stateMachine, task: null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (2)
41AsyncMethodBuilderCore.Start(ref stateMachine); 46AsyncMethodBuilderCore.SetStateMachine(stateMachine, task: null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (2)
261Task? continuationTask = AsyncMethodBuilderCore.TryGetContinuationTask(continuation); 274return AsyncMethodBuilderCore.CreateContinuationWrapper(continuation, static (innerContinuation, innerTask) =>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
7253return [AsyncMethodBuilderCore.TryGetStateMachineForDebugger(singleAction)];
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
848return [AsyncMethodBuilderCore.TryGetStateMachineForDebugger(m_action)];
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (1)
554string description = AsyncMethodBuilderCore.GetAsyncStateMachineDescription(stateMachine);