3 writes to dbResourceAllocator
System.Workflow.Runtime (3)
Hosting\SharedConnectionWorkflowTransactionService.cs (3)
87
this.
dbResourceAllocator
= new DbResourceAllocator(this.Runtime, this.configParameters, this.unvalidatedConnectionString);
110
this.
dbResourceAllocator
= new DbResourceAllocator(this.Runtime, this.configParameters, this.unvalidatedConnectionString);
146
this.
dbResourceAllocator
= null;
4 references to dbResourceAllocator
System.Workflow.Runtime (4)
Hosting\SharedConnectionWorkflowTransactionService.cs (4)
81
if (this.
dbResourceAllocator
== null)
90
return this.
dbResourceAllocator
.ConnectionString;
179
connectionInfo = new SharedConnectionInfo(this.
dbResourceAllocator
, tx, false, handle);
187
connectionInfo = new SharedConnectionInfo(this.
dbResourceAllocator
, tx, true, handle);