4 references to DbResourceAllocator
System.Workflow.Runtime (4)
Hosting\SharedConnectionWorkflowTransactionService.cs (2)
87
this.dbResourceAllocator = new
DbResourceAllocator
(this.Runtime, this.configParameters, this.unvalidatedConnectionString);
110
this.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);