1 write to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
240this.innerChannel = channel.InnerChannel;
2 references to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingDuplexChannel.cs (2)
246return this.innerChannel.BeginReceive(this.timeout, callback, state); 251return this.innerChannel.EndReceive(result);