1 write to errorBehavior
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
817this.errorBehavior = new ErrorBehavior(this);
4 references to errorBehavior
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (4)
505if (this.errorBehavior != null) 507behavior = this.errorBehavior; 859if (this.errorBehavior != null) 861behavior = this.errorBehavior;