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