1 instantiation of ReceiveAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1180return new ReceiveAsyncResult(this, timeout, callback, state);
5 references to ReceiveAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\SingletonConnectionReader.cs (5)
1185return ReceiveAsyncResult.End(result); 1285ReceiveAsyncResult receiveAsyncResult = AsyncResult.End<ReceiveAsyncResult>(result); 1291ReceiveAsyncResult thisPtr = (ReceiveAsyncResult)state;