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