1 write to errorHandlers
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
93this.errorHandlers = new Collection<IErrorHandler>();
1 reference to errorHandlers
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
163get { return this.errorHandlers; }