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