1 implementation of IDispatchFaultFormatter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
13
internal class FaultFormatter : IClientFaultFormatter,
IDispatchFaultFormatter
5 references to IDispatchFaultFormatter
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
146
dispatch.FaultFormatter = (
IDispatchFaultFormatter
)CreateFaultFormatter(dispatch.FaultContractInfos);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
14
private
IDispatchFaultFormatter
_faultFormatter;
93
internal
IDispatchFaultFormatter
FaultFormatter
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
21
private
IDispatchFaultFormatter
_faultFormatter;
80
internal
IDispatchFaultFormatter
FaultFormatter