1 write to saveStateInOperationTransaction
System.WorkflowServices (1)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
30set { this.saveStateInOperationTransaction = value; }
7 references to saveStateInOperationTransaction
System.WorkflowServices (7)
System\ServiceModel\Description\DurableServiceAttribute.cs (7)
29get { return this.saveStateInOperationTransaction; } 115this.saveStateInOperationTransaction, 117new DurableRuntimeValidator(this.saveStateInOperationTransaction, this.unknownExceptionAction), 179this.saveStateInOperationTransaction, 181new DurableRuntimeValidator(this.saveStateInOperationTransaction, this.unknownExceptionAction), 211wmiInstance.SetProperty("SaveStateInOperationTransaction", this.saveStateInOperationTransaction); 306if (this.saveStateInOperationTransaction)