1 write to dispatcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (1)
28
this.
dispatcher
= dispatcher;
6 references to dispatcher
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (6)
49
if (this.
dispatcher
!= null)
51
this.
dispatcher
.HandleError(e);
57
if ((this.
dispatcher
== null) || !this.
dispatcher
.HandleError(e))
72
this.
dispatcher
.PendingChannels.Add(channelBinder.Channel);
158
this.
dispatcher
.PendingChannels.Add(channelBinder.Channel);