1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
220return new CloseAsyncResult(this, channel, timeout, maskingMode, callback, state);
7 references to CloseAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableChannelBinder.cs (7)
451CloseAsyncResult closeResult = result as CloseAsyncResult; 2832AsyncResult.End<CloseAsyncResult>(this); 2853CloseAsyncResult closeResult = (CloseAsyncResult)result.AsyncState; 2890CloseAsyncResult closeResult = (CloseAsyncResult)result.AsyncState;