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)
133return _active; 456bool valid = _active && (connection == _connection) && (connection.DelegatedTransaction == this);