1 write to Task
System.Web (1)
TaskWrapperAsyncResult.cs (1)
23
Task
= task;
4 references to Task
System.Web (4)
TaskAsyncHelper.cs (1)
78
taskWrapper.
Task
.GetAwaiter().GetResult();
TaskWrapperAsyncResult.cs (3)
33
get { return ((IAsyncResult)
Task
).AsyncWaitHandle; }
37
get { return _forceCompletedSynchronously || ((IAsyncResult)
Task
).CompletedSynchronously; }
41
get { return ((IAsyncResult)
Task
).IsCompleted; }