3 instantiations of ErrorHandlingReceiver
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
90
this.receiver = new
ErrorHandlingReceiver
(binder, null);
94
this.receiver = new
ErrorHandlingReceiver
(binder, dispatchRuntime.ChannelDispatcher);
133
this.receiver = new
ErrorHandlingReceiver
(this.binder, channelDispatcher);
1 reference to ErrorHandlingReceiver
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
58
ErrorHandlingReceiver
receiver;