2 writes to defaultFaultAction
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ErrorHandlerFaultInfo.cs (2)
20
this.
defaultFaultAction
= defaultFaultAction;
34
set { this.
defaultFaultAction
= value; }
1 reference to defaultFaultAction
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorHandlerFaultInfo.cs (1)
33
get { return this.
defaultFaultAction
; }