1 write to ErrorHandlers
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
49
ErrorHandlers
= new Collection<IErrorHandler>();
1 reference to ErrorHandlers
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
21
_handlers = EmptyArray<IErrorHandler>.ToArray(channelDispatcher.
ErrorHandlers
);