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