1 instantiation of TryReceiveAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
90TryReceiveAsyncResult<TChannel> result = new TryReceiveAsyncResult<TChannel>(this, timeout, callback, state);
4 references to TryReceiveAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (4)
InterceptingDuplexChannel.cs (4)
90TryReceiveAsyncResult<TChannel> result = new TryReceiveAsyncResult<TChannel>(this, timeout, callback, state); 97return TryReceiveAsyncResult<TChannel>.End(result, out message); 224TryReceiveAsyncResult<TInputChannel> thisPtr = AsyncResult.End<TryReceiveAsyncResult<TInputChannel>>(result);