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