6 writes to _active
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (6)
48
_active
= false;
109
_active
= true;
252
_active
= false; // set to inactive first, doesn't matter how the execute completes, this transaction is done.
336
_active
= false; // set to inactive first, doesn't matter how the rest completes, this transaction is done.
349
_active
= false; // set to inactive first, doesn't matter how the rest completes, this transaction is done.
435
_active
= false;
2 references to _active
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (2)
133
return
_active
;
456
bool valid =
_active
&& (connection == _connection) && (connection.DelegatedTransaction == this);