4 references to ErrorBehavior
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
322
behavior = new
ErrorBehavior
(this);
595
_errorBehavior = new
ErrorBehavior
(this);
626
behavior = new
ErrorBehavior
(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
52
_error = new
ErrorBehavior
(dispatch.ChannelDispatcher);