1 write to dependentTransaction
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
68
this.
dependentTransaction
= dependentTransaction;
2 references to dependentTransaction
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (2)
213
IOThreadTimer iott = new IOThreadTimer(StartCommandCallback, new SqlCommandAsyncResult(CloneSqlCommand(this.sqlCommand), this.connectionString, this.eventTraceActivity, this.
dependentTransaction
,
266
using (this.PrepareTransactionalCall(this.
dependentTransaction
))