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