4 references to DbResourceAllocator
System.Workflow.Runtime (4)
Hosting\SharedConnectionWorkflowTransactionService.cs (2)
87this.dbResourceAllocator = new DbResourceAllocator(this.Runtime, this.configParameters, this.unvalidatedConnectionString); 110this.dbResourceAllocator = new DbResourceAllocator(this.Runtime, this.configParameters, this.unvalidatedConnectionString);
Hosting\SqlWorkflowPersistenceService.cs (1)
822_dbResourceAllocator = new DbResourceAllocator(this.Runtime, this.configParameters, this.unvalidatedConnectionString);
Tracking\SqlTrackingService.cs (1)
189_dbResourceAllocator = new DbResourceAllocator(this.Runtime, _parameters, _unvalidatedConnectionString);