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