1 write to EnableFaults
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
282behavior.EnableFaults = !this.IsMulticast(serviceEndpoint.Binding);
1 reference to EnableFaults
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
902enableFaults = _channel.ClientRuntime.EnableFaults;