6 writes to runtimeTransaction
System.Activities (6)
System\Activities\Runtime\ActivityExecutor.cs (6)
1238this.runtimeTransaction = new RuntimeTransactionData(handle, transaction, isolationScope); 1386this.runtimeTransaction = null; 3955this.executor.runtimeTransaction = null; 4027thisPtr.executor.runtimeTransaction = null; 4119thisPtr.executor.runtimeTransaction = null; 4189thisPtr.executor.runtimeTransaction = null;
35 references to runtimeTransaction
System.Activities (35)
System\Activities\Runtime\ActivityExecutor.cs (35)
503get { return this.runtimeTransaction != null; } 510if (this.runtimeTransaction != null) 512return this.runtimeTransaction.ClonedTransaction; 1102RuntimeTransactionData localRuntimeTransaction = this.runtimeTransaction; 1144RuntimeTransactionData localRuntimeTransaction = this.runtimeTransaction; 1181RuntimeTransactionData localRuntimeTransaction = this.runtimeTransaction; 1286if (this.runtimeTransaction != null) 1288isolationScope = this.runtimeTransaction.IsolationScope; 1295if (this.runtimeTransaction != null && this.runtimeTransaction.TransactionHandle == handle) 1297this.runtimeTransaction.ShouldScheduleCompletion = true; 1308if (this.runtimeTransaction.IsRootCancelPending) 1316this.runtimeTransaction.IsRootCancelPending = false; 1330if (this.runtimeTransaction != null && this.runtimeTransaction.IsolationScope == instance) 1336this.runtimeTransaction.ShouldScheduleCompletion = true; 1351if (this.runtimeTransaction != null && this.runtimeTransaction.IsolationScope == terminatedInstance) 1357this.runtimeTransaction.Rollback(terminationReason); 1381if (this.runtimeTransaction.TransactionHandle.AbortInstanceOnTransactionFailure) 1579if (this.runtimeTransaction != null && this.runtimeTransaction.IsolationScope != null) 1581if (this.runtimeTransaction.IsRootCancelPending) 1586this.runtimeTransaction.IsRootCancelPending = true; 1673if (this.runtimeTransaction != null && this.runtimeTransaction.IsolationScope == exceptionPropagator) 1679this.runtimeTransaction.ShouldScheduleCompletion = false; 2093if (this.runtimeTransaction != null && this.runtimeTransaction.ShouldScheduleCompletion) 2095this.scheduler.PushWork(new CompleteTransactionWorkItem(this.runtimeTransaction.IsolationScope)); 2542if (this.runtimeTransaction != null) 2544isolationInstance = this.runtimeTransaction.IsolationScope; 2662if (this.runtimeTransaction != null) 2664isolationInstance = this.runtimeTransaction.IsolationScope; 3922this.runtimeTransaction = executor.runtimeTransaction;