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