2 writes to faultFormatter
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebFaultFormatter.cs (2)
16
this.
faultFormatter
= faultFormatter;
44
this.
faultFormatter
= value;
2 references to faultFormatter
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebFaultFormatter.cs (2)
23
return this.
faultFormatter
.Serialize(faultException, out action);
40
return this.
faultFormatter
;