2 writes to _connection
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (2)
120_connection = null; 249_connection = value;
16 references to _connection
System.Data (16)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (16)
118if (null != _connection) { 119_connection.RemoveWeakReference(this); 242return _connection; 245if (value != _connection) { 380_cmdWrapper = new CMDWrapper(_connection); 382Debug.Assert(null != _connection, "GetStatementHandle without connection?"); 383_connection.AddWeakReference(this, OdbcReferenceCollection.CommandTag); 463if (null != _connection) { 464_connection.RemoveWeakReference(this); 611_connection.HandleError(stmt, retcode); 661_connection.HandleError(stmt, retcode); 731_connection.HandleError(stmt, retcode); 805if (0 != (ConnectionState.Fetching & _connection.InternalState)) { 822_connection.HandleError(stmt, retcode); 867if (null == _connection) { 870_transaction = _connection.SetStateExecuting(method, Transaction);