1 write to FaultFormatter
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
149dispatch.FaultFormatter = (IDispatchFaultFormatter)CreateFaultFormatter(dispatch.FaultContractInfos);
2 references to FaultFormatter
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
153var wrapper = dispatch.FaultFormatter as IDispatchFaultFormatterWrapper;
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
70this.faultFormatter = operation.FaultFormatter;