2 writes to faultReason
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationFault.cs (2)
24faultReason = new FaultReason(new FaultReasonText(SR2.GetString(SR2.OperationNotAvailable), CultureInfo.CurrentCulture)); 29faultReason = new FaultReason(new FaultReasonText(SR2.GetString(SR2.OperationNotImplemented), CultureInfo.CurrentCulture));
1 reference to faultReason
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationFault.cs (1)
53return this.faultReason;