1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
272SendAsyncResult result = new SendAsyncResult(this, callback, state);
3 references to SendAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
272SendAsyncResult result = new SendAsyncResult(this, callback, state); 509SendAsyncResult.End(result); 3668AsyncResult.End<SendAsyncResult>(result);