1 instantiation of TaskAwaiter
mscorlib (1)
system\threading\Tasks\Task.cs (1)
2937
return 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>
330
TaskAwaiter
.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>
341
TaskAwaiter
.OnCompletedInternal(m_task, continuation, continueOnCapturedContext:true, flowExecutionContext:false);
351
TaskAwaiter
.ValidateEnd(m_task);
412
/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="
TaskAwaiter
"/>.</summary>
420
TaskAwaiter
.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>
431
TaskAwaiter
.OnCompletedInternal(m_task, continuation, m_continueOnCapturedContext, flowExecutionContext:false);
441
TaskAwaiter
.ValidateEnd(m_task);
500
/// <summary>Schedules the continuation onto the <see cref="System.Threading.Tasks.Task"/> associated with this <see cref="
TaskAwaiter
"/>.</summary>
508
TaskAwaiter
.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>
519
TaskAwaiter
.OnCompletedInternal(m_task, continuation, m_continueOnCapturedContext, flowExecutionContext:false);
529
TaskAwaiter
.ValidateEnd(m_task);
system\threading\Tasks\Task.cs (1)
2935
public
TaskAwaiter
GetAwaiter()
System.Web (3)
Util\WithinCancellableCallbackTaskAwaitable.cs (3)
22
public WithinCancellableCallbackTaskAwaitable(HttpContext context,
TaskAwaiter
innerAwaiter) {
36
private readonly
TaskAwaiter
_innerAwaiter;
38
internal WithinCancellableCallbackTaskAwaiter(HttpContext context,
TaskAwaiter
innerAwaiter) {
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
177
public
TaskAwaiter
GetAwaiter()