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