2 writes to faultFormatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
116this.faultFormatter = new DataContractSerializerFaultFormatter(this.faultContractInfos); 125this.faultFormatter = value;
2 references to faultFormatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
114if (this.faultFormatter == null) 118return this.faultFormatter;