1 write to localTransaction
System.Workflow.Runtime (1)
Hosting\SqlWorkflowPersistenceService.cs (1)
89this.localTransaction = DbResourceAllocator.GetLocalTransaction(
2 references to localTransaction
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (2)
542if (null != localTransaction) 564DbCommand command = DbResourceAllocator.NewCommand(commandText, this.connection, this.localTransaction);