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)
316
if (
_errorBehavior
!= null)
318
behavior =
_errorBehavior
;
620
if (
_errorBehavior
!= null)
622
behavior =
_errorBehavior
;