Implemented interface member:
4 references to CompletedSynchronously
System.Net.Mail (4)
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)
System\Net\Mail\SmtpTransport.cs (1)
322if (!result.CompletedSynchronously)