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)
148
get { return
_fault
; }
178
if (
_fault
!= null)
180
return
_fault
;