1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
386SendAsyncResult result = new SendAsyncResult(callback, state);
5 references to SendAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNodeImplementation.cs (5)
386SendAsyncResult result = new SendAsyncResult(callback, state); 713SendAsyncResult.End(result); 1839SendAsyncResult sr = (SendAsyncResult)result; 1859AsyncResult.End<SendAsyncResult>(result);