2 writes to _fault
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs (2)
101_fault = fault; 112_fault = fault;
3 references to _fault
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs (3)
148get { return _fault; } 178if (_fault != null) 180return _fault;