1 write to dispatcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (1)
20this.dispatcher = dispatcher;
4 references to dispatcher
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (4)
41if (this.dispatcher != null) 43this.dispatcher.HandleError(e); 49if ((this.dispatcher == null) || !this.dispatcher.HandleError(e))