1 write to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
206this.innerChannel = channel.InnerChannel;
2 references to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingDuplexChannel.cs (2)
212return this.innerChannel.BeginTryReceive(this.timeout, callback, state); 218this.returnValue = this.innerChannel.EndTryReceive(result, out message);