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