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