Implemented interface member:
3 references to CompletedSynchronously
System.Net.Requests (3)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (3)
313Debug.Assert(AsyncCallback == null || CompletedSynchronously, "Didn't capture context, but didn't complete synchronously!"); 321if (CompletedSynchronously) 345if (CompletedSynchronously)