2 instantiations of AlreadyClosedAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
182
return new
AlreadyClosedAsyncResult
(callback, state);
213
return new
AlreadyClosedAsyncResult
(callback, state);
2 references to AlreadyClosedAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
458
if (result is
AlreadyClosedAsyncResult
)
459
AlreadyClosedAsyncResult
.End(result);