2 writes to connection
System.Workflow.Runtime (2)
Hosting\SharedConnectionInfo.cs (2)
59this.connection = dbResourceAllocator.OpenNewConnection(); 69this.connection = localTransaction.Connection;
4 references to connection
System.Workflow.Runtime (4)
Hosting\SharedConnectionInfo.cs (4)
60this.connection.EnlistTransaction(transaction); 80get { return this.connection; } 105if ((this.localTransaction == null) && (null != connection)) 106this.connection.Dispose();