1 write to _errorBehavior
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
595_errorBehavior = new ErrorBehavior(this);
4 references to _errorBehavior
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (4)
316if (_errorBehavior != null) 318behavior = _errorBehavior; 620if (_errorBehavior != null) 622behavior = _errorBehavior;