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