4 instantiations of 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);
21 references to DbResourceAllocator
System.Workflow.Runtime (21)
Hosting\DbResourceAllocator.cs (2)
152connectionStr += DbResourceAllocator.EnlistFalseToken; 219return DbResourceAllocator.NewCommand(dbConnection);
Hosting\LocalTransaction.cs (1)
37internal LocalTransaction(DbResourceAllocator dbHelper, ManualResetEvent handle)
Hosting\SharedConnectionInfo.cs (1)
44DbResourceAllocator dbResourceAllocator,
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
25private DbResourceAllocator dbResourceAllocator;
Hosting\SqlWorkflowPersistenceService.cs (7)
50DbResourceAllocator dbResourceAllocator; 84DbResourceAllocator dbResourceAllocator, 89this.localTransaction = DbResourceAllocator.GetLocalTransaction( 104internal PersistenceDBAccessor(DbResourceAllocator dbResourceAllocator, bool enableRetries) 564DbCommand command = DbResourceAllocator.NewCommand(commandText, this.connection, this.localTransaction); 684private DbResourceAllocator _dbResourceAllocator; 755if (key.Equals(DbResourceAllocator.ConnectionStringToken, StringComparison.OrdinalIgnoreCase))
Tracking\SqlTrackingService.cs (9)
49private DbResourceAllocator _dbResourceAllocator; 130internal DbResourceAllocator DbResourceAllocator 783private DbResourceAllocator DbResourceAllocator 826command = DbResourceAllocator.NewCommand(connection); 850command = DbResourceAllocator.NewCommand(connection); 956localTransaction = DbResourceAllocator.GetLocalTransaction( 965command = DbResourceAllocator.NewCommand(connection); 1161DbCommand command = DbResourceAllocator.NewCommand(conn); 1337DbCommand command = DbResourceAllocator.NewCommand(conn);