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