2 writes to _faultFormatter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
99
_faultFormatter
= new DataContractSerializerFaultFormatter(_faultContractInfos);
108
_faultFormatter
= value;
2 references to _faultFormatter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
97
if (
_faultFormatter
== null)
101
return
_faultFormatter
;