1 instantiation of ChainedAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
75return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, innerChannelFactory.BeginClose, innerChannelFactory.EndClose);
6 references to ChainedAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (6)
ChainedAsyncResult.cs (5)
54ChainedAsyncResult thisPtr = (ChainedAsyncResult)result.AsyncState; 94ChainedAsyncResult thisPtr = (ChainedAsyncResult)result.AsyncState; 112AsyncResult.End<ChainedAsyncResult>(result);
InterceptingChannelFactory.cs (1)
80ChainedAsyncResult.End(result);