1 write to ErrorHandlers
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
49
ErrorHandlers
= new Collection<IErrorHandler>();
2 references to ErrorHandlers
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
729
clientRuntime.CallbackDispatchRuntime.ChannelDispatcher.
ErrorHandlers
.Add(this);
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
21
_handlers = EmptyArray<IErrorHandler>.ToArray(channelDispatcher.
ErrorHandlers
);