2 writes to interceptor
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingBindingElement.cs (2)
15this.interceptor = interceptor; 21this.interceptor = other.Interceptor;
2 references to interceptor
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingBindingElement.cs (2)
28if (this.interceptor != null) 30return this.interceptor.Clone();