5 references to IErrorHandler
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
21private Collection<IErrorHandler> _errorHandlers; 53_errorHandlers = new Collection<IErrorHandler>(); 108public Collection<IErrorHandler> ErrorHandlers
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (2)
13private IErrorHandler[] _handlers; 20_handlers = EmptyArray<IErrorHandler>.ToArray(channelDispatcher.ErrorHandlers);