1 implementation of IDispatchFaultFormatter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
17
class FaultFormatter : IClientFaultFormatter,
IDispatchFaultFormatter
7 references to IDispatchFaultFormatter
System.ServiceModel (7)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
149
dispatch.FaultFormatter = (
IDispatchFaultFormatter
)CreateFaultFormatter(dispatch.FaultContractInfos);
156
wrapper.InnerFaultFormatter = (
IDispatchFaultFormatter
)CreateFaultFormatter(dispatch.FaultContractInfos);
System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
16
IDispatchFaultFormatter
faultFormatter;
110
internal
IDispatchFaultFormatter
FaultFormatter
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
28
readonly
IDispatchFaultFormatter
faultFormatter;
156
internal
IDispatchFaultFormatter
FaultFormatter
System\ServiceModel\Dispatcher\IDispatchFaultFormatter.cs (1)
18
IDispatchFaultFormatter
InnerFaultFormatter