1 instantiation of TaskAwaiter
mscorlib (1)
system\threading\Tasks\Task.cs (1)
2937return new TaskAwaiter(this);
24 references to TaskAwaiter
mscorlib (20)
system\runtime\compilerservices\TaskAwaiter.cs (19)
69/// <summary>Initializes the <see cref="TaskAwaiter"/>.</summary> 85/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="TaskAwaiter"/>.</summary> 96/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="TaskAwaiter"/>.</summary> 199/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="TaskAwaiter"/>.</summary> 322/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="TaskAwaiter"/>.</summary> 330TaskAwaiter.OnCompletedInternal(m_task, continuation, continueOnCapturedContext:true, flowExecutionContext:true); 333/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="TaskAwaiter"/>.</summary> 341TaskAwaiter.OnCompletedInternal(m_task, continuation, continueOnCapturedContext:true, flowExecutionContext:false); 351TaskAwaiter.ValidateEnd(m_task); 412/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="TaskAwaiter"/>.</summary> 420TaskAwaiter.OnCompletedInternal(m_task, continuation, m_continueOnCapturedContext, flowExecutionContext:true); 423/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="TaskAwaiter"/>.</summary> 431TaskAwaiter.OnCompletedInternal(m_task, continuation, m_continueOnCapturedContext, flowExecutionContext:false); 441TaskAwaiter.ValidateEnd(m_task); 500/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="TaskAwaiter"/>.</summary> 508TaskAwaiter.OnCompletedInternal(m_task, continuation, m_continueOnCapturedContext, flowExecutionContext:true); 511/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="TaskAwaiter"/>.</summary> 519TaskAwaiter.OnCompletedInternal(m_task, continuation, m_continueOnCapturedContext, flowExecutionContext:false); 529TaskAwaiter.ValidateEnd(m_task);
system\threading\Tasks\Task.cs (1)
2935public TaskAwaiter GetAwaiter()
System.Web (3)
Util\WithinCancellableCallbackTaskAwaitable.cs (3)
22public WithinCancellableCallbackTaskAwaitable(HttpContext context, TaskAwaiter innerAwaiter) { 36private readonly TaskAwaiter _innerAwaiter; 38internal WithinCancellableCallbackTaskAwaiter(HttpContext context, TaskAwaiter innerAwaiter) {
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
177public TaskAwaiter GetAwaiter()