2 writes to _faultFormatter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientOperation.cs (2)
141
_faultFormatter
= new DataContractSerializerFaultFormatter(_faultContractInfos);
150
_faultFormatter
= value;
2 references to _faultFormatter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientOperation.cs (2)
139
if (
_faultFormatter
== null)
143
return
_faultFormatter
;