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