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