3 references to CreateFaultFormatter
System.ServiceModel (3)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (3)
149
dispatch.FaultFormatter = (IDispatchFaultFormatter)
CreateFaultFormatter
(dispatch.FaultContractInfos);
156
wrapper.InnerFaultFormatter = (IDispatchFaultFormatter)
CreateFaultFormatter
(dispatch.FaultContractInfos);
178
proxy.FaultFormatter = (IClientFaultFormatter)
CreateFaultFormatter
(proxy.FaultContractInfos);