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