1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
183return new SendAsyncResult(this, message, timeout, callback, state);
4 references to SendAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (4)
193SendAsyncResult.End(result); 331AsyncResult.End<SendAsyncResult>(result); 341SendAsyncResult thisPtr = (SendAsyncResult)result.AsyncState;