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