3 writes to connection
System.Workflow.Runtime (3)
Hosting\LocalTransaction.cs (3)
44this.connection = dbHelper.OpenNewConnectionNoEnlist(); 107connection = null; 141connection = null;
8 references to connection
System.Workflow.Runtime (8)
Hosting\LocalTransaction.cs (8)
45this.transaction = this.connection.BeginTransaction(); 56get { return this.connection; } 104if ((null != connection) && (ConnectionState.Closed != connection.State)) 106connection.Close(); 138if ((null != connection) && (ConnectionState.Closed != connection.State)) 140connection.Close();