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