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