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