19 references to AsyncMethodBuilderCore
mscorlib (19)
system\runtime\compilerservices\AsyncMethodBuilder.cs (14)
44private AsyncMethodBuilderCore m_coreState; // mutable struct: must not be readonly 115AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize = null; 142AsyncMethodBuilderCore.ThrowAsync(exc, targetContext: null); 161AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize = null; 181AsyncMethodBuilderCore.ThrowAsync(e, targetContext: null); 215AsyncMethodBuilderCore.ThrowAsync(exception, targetContext: m_synchronizationContext); 227AsyncMethodBuilderCore.ThrowAsync(exception, targetContext: null); 243AsyncMethodBuilderCore.ThrowAsync(exc, targetContext: null); 436private AsyncMethodBuilderCore m_coreState; // mutable struct: must not be readonly 502AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize = null; 523AsyncMethodBuilderCore.ThrowAsync(e, targetContext: null); 542AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize = null; 563AsyncMethodBuilderCore.ThrowAsync(e, targetContext: null); 1134var runner = target as AsyncMethodBuilderCore.MoveNextRunner;
system\runtime\compilerservices\TaskAwaiter.cs (2)
249var continuationTask = AsyncMethodBuilderCore.TryGetContinuationTask(continuation); 262return AsyncMethodBuilderCore.CreateContinuationWrapper(continuation, () =>
system\runtime\compilerservices\YieldAwaitable.cs (1)
135return AsyncMethodBuilderCore.CreateContinuationWrapper(continuation, () =>
system\threading\Tasks\Task.cs (1)
6614return new Delegate[] { AsyncMethodBuilderCore.TryGetStateMachineForDebugger(singleAction) };
system\threading\Tasks\TaskContinuation.cs (1)
866return new Delegate[] { AsyncMethodBuilderCore.TryGetStateMachineForDebugger(m_action) };