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)
97if (_faultFormatter == null) 101return _faultFormatter;