1 write to transactionConnectionTable
System.Workflow.Runtime (1)
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
112this.transactionConnectionTable = new Dictionary<Transaction, SharedConnectionInfo>();
9 references to transactionConnectionTable
System.Workflow.Runtime (9)
Hosting\SharedConnectionWorkflowTransactionService.cs (9)
111if (this.transactionConnectionTable == null) 140foreach (KeyValuePair<Transaction, SharedConnectionInfo> kvp in this.transactionConnectionTable) 145this.transactionConnectionTable.Clear(); 262if (transactionConnectionTable.TryGetValue(transaction, out connectionInfo)) 265this.transactionConnectionTable.Remove(transaction); 270" not found in table of count " + this.transactionConnectionTable.Count); 279this.transactionConnectionTable.Add(transaction, connectionInfo); 281" in table of count " + this.transactionConnectionTable.Count); 289return transactionConnectionTable[transaction];