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