1 write to Task
mscorlib (1)
system\threading\Tasks\TaskToApm.cs (1)
177
this.
Task
= task;
5 references to Task
mscorlib (5)
system\threading\Tasks\TaskToApm.cs (5)
81
task = twar.
Task
;
106
task = twar.
Task
as Task<TResult>;
107
Contract.Assert(twar.
Task
!= null, "TaskWrapperAsyncResult should never wrap a null Task.");
188
bool IAsyncResult.IsCompleted { get { return this.
Task
.IsCompleted; } }
189
WaitHandle IAsyncResult.AsyncWaitHandle { get { return ((IAsyncResult)this.
Task
).AsyncWaitHandle; } }