Implemented interface member:
property
CompletedSynchronously
System.IAsyncResult.CompletedSynchronously
6 references to CompletedSynchronously
System (6)
net\System\Net\_ContextAwareResult.cs (3)
409GlobalLog.Assert(AsyncCallback == null || CompletedSynchronously, "ContextAwareResult#{0}::CaptureOrComplete|Didn't capture context, but didn't complete synchronously!", ValidationHelper.HashString(this)); 417if (CompletedSynchronously) 443if (CompletedSynchronously)
net\System\Net\mail\SmtpTransport.cs (1)
442if (!result.CompletedSynchronously)
net\System\Net\Sockets\Socket.cs (2)
4643if (asyncResult.CompletedSynchronously && !asyncResult.SocketAddressOriginal.Equals(asyncResult.SocketAddress)) { 4812if (asyncResult.CompletedSynchronously && !asyncResult.SocketAddressOriginal.Equals(asyncResult.SocketAddress)) {