5 writes to autoClose
System.Data.Linq (5)
SqlClient\SqlConnectionManager.cs (5)
44this.autoClose = true; 66this.autoClose = false; 72this.autoClose = saveAutoClose; 105set { this.autoClose = value; } 140this.autoClose = false;
5 references to autoClose
System.Data.Linq (5)
SqlClient\SqlConnectionManager.cs (5)
65bool saveAutoClose = this.autoClose; 85if (this.autoClose) { 104get { return this.autoClose; } 130if (this.users.Count == 0 && this.autoClose && this.transaction == null && System.Transactions.Transaction.Current == null) { 150if (this.users.Count == 0 && this.autoClose) {