1 write to interceptor
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelBase.cs (1)
27this.interceptor = interceptor;
2 references to interceptor
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelBase.cs (2)
87this.interceptor.OnReceive(ref message); 92this.interceptor.OnSend(ref message);