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