1 write to _forceCompletedSynchronously
System.Web (1)
TaskWrapperAsyncResult.cs (1)
50_forceCompletedSynchronously = true;
1 reference to _forceCompletedSynchronously
System.Web (1)
TaskWrapperAsyncResult.cs (1)
37get { return _forceCompletedSynchronously || ((IAsyncResult)Task).CompletedSynchronously; }