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