1 instantiation of DependentTransaction
System.Transactions (1)
System\Transactions\Transaction.cs (1)
1058DependentTransaction clone = new DependentTransaction(
38 references to DependentTransaction
System.Activities (6)
System\Activities\Runtime\ActivityExecutor.cs (2)
4063DependentTransaction dependentTransaction = original as DependentTransaction;
System\Activities\WorkflowApplication.cs (4)
3435DependentTransaction dependentTransaction; 4199DependentTransaction dependentTransaction; 4296DependentTransaction dependentTransaction; 5312DependentTransaction dependentTransaction;
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\InstanceLockTracking.cs (2)
41public void TrackStoreLock(Guid instanceId, long instanceVersion, DependentTransaction dependentTransaction) 57public void TrackStoreUnlock(DependentTransaction dependentTransaction)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (2)
51DependentTransaction dependentTransaction; 60public SqlCommandAsyncResult(SqlCommand sqlCommand, string connectionString, EventTraceActivity eventTraceActivity, DependentTransaction dependentTransaction,
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
70protected DependentTransaction DependentTransaction
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (3)
430internal DependentTransaction dependentClone; 782DependentTransaction complete = (transaction as DependentTransaction);
System.ServiceModel.Activities (12)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
1002DependentTransaction transaction;
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (4)
777readonly DependentTransaction transaction; 973readonly DependentTransaction transaction; 1127readonly DependentTransaction transaction; 1322readonly DependentTransaction transaction;
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (1)
15DependentTransaction dependentTransaction;
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
3361DependentTransaction dependentTransaction;
System\ServiceModel\Activities\InternalSendMessage.cs (1)
1759DependentTransaction dependentClone;
System\ServiceModel\Activities\TransactedReceiveScope.cs (4)
277System.Transactions.DependentTransaction dependentTransaction = transactedReceiveData.InitiatingTransaction as System.Transactions.DependentTransaction; 284System.Transactions.DependentTransaction dependentTransaction = transactedReceiveData.InitiatingTransaction as System.Transactions.DependentTransaction;
System.Transactions (3)
System\Transactions\Transaction.cs (2)
1031public DependentTransaction DependentClone( 1058DependentTransaction clone = new DependentTransaction(
System\Transactions\TransactionScope.cs (1)
1419DependentTransaction dependentTransaction;
System.Workflow.Runtime (6)
Hosting\SharedConnectionWorkflowTransactionService.cs (2)
212DependentTransaction dependentTransaction = tx as DependentTransaction;
Hosting\WorkflowTransactionService.cs (2)
42DependentTransaction dependentTransaction = tx as DependentTransaction;
WorkflowExecutor.cs (2)
2244DependentTransaction dtx = transactionalProperties.Transaction as DependentTransaction;
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (3)
19DependentTransaction clonedTransaction; 742DependentTransaction clonedTransaction; 745public PersistenceScope(bool saveStateInOperationTransaction, DependentTransaction clonedTransaction)