3 writes to weakTransaction
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (3)
164weakTransaction = null; 167weakTransaction = new WeakReference((OleDbTransaction)value); 736this.weakTransaction = null;
5 references to weakTransaction
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (5)
158if (null != weakTransaction) { 159result = ((OleDbTransaction)weakTransaction.Target); 706if (null != this.weakTransaction) { 708OleDbTransaction head = (OleDbTransaction) this.weakTransaction.Target; 709if ((null != head) && this.weakTransaction.IsAlive) {