2 references to CreateFaultFormatter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
146
dispatch.FaultFormatter = (IDispatchFaultFormatter)
CreateFaultFormatter
(dispatch.FaultContractInfos);
166
proxy.FaultFormatter = (IClientFaultFormatter)
CreateFaultFormatter
(proxy.FaultContractInfos);