1 instantiation of AlreadyClosedAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
776
return new
AlreadyClosedAsyncResult
(callback, state);
2 references to AlreadyClosedAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
828
if (result is
AlreadyClosedAsyncResult
)
829
AlreadyClosedAsyncResult
.End(result);