2 references to ProvideFault
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
502
_listener.ChannelDispatcher.
ProvideFault
(e, _requestInfo.Channel == null ? _binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo);
507
dispatchBehavior.ChannelDispatcher.
ProvideFault
(e, _channel.GetProperty<FaultConverter>(), ref faultInfo);