2 writes to faultFormatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientOperation.cs (2)
144
this.
faultFormatter
= new DataContractSerializerFaultFormatter(this.faultContractInfos);
153
this.
faultFormatter
= value;
2 references to faultFormatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientOperation.cs (2)
142
if (this.
faultFormatter
== null)
146
return this.
faultFormatter
;