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