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