1 write to _transactionService
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
192
_transactionService
= this.Runtime.GetService<WorkflowCommitWorkBatchService>();
2 references to _transactionService
System.Workflow.Runtime (2)
Tracking\SqlTrackingService.cs (2)
193
_dbResourceAllocator.DetectSharedConnectionConflict(
_transactionService
);
790
get { return _service.
_transactionService
; }