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