2 writes to EnableFaults
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
194this.shared.EnableFaults = value;
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
264this.shared.EnableFaults = value;
4 references to EnableFaults
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
190get { return this.shared.EnableFaults; }
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
249return this.shared.EnableFaults;
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
635return this.shared.EnableFaults; 845if (this.dispatchRuntime.shared.EnableFaults)