1 write to transaction
System.Data.Linq (1)
SqlClient\SqlConnectionManager.cs (1)
117
this.
transaction
= value;
4 references to transaction
System.Data.Linq (4)
SqlClient\SqlConnectionManager.cs (4)
50
if (this.
transaction
== null && System.Transactions.Transaction.Current != null &&
109
get { return this.
transaction
; }
111
if (value != this.
transaction
) {
130
if (this.users.Count == 0 && this.autoClose && this.
transaction
== null && System.Transactions.Transaction.Current == null) {