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)
118
if (null !=
_connection
) {
119
_connection
.RemoveWeakReference(this);
242
return
_connection
;
245
if (value !=
_connection
) {
380
_cmdWrapper = new CMDWrapper(
_connection
);
382
Debug.Assert(null !=
_connection
, "GetStatementHandle without connection?");
383
_connection
.AddWeakReference(this, OdbcReferenceCollection.CommandTag);
463
if (null !=
_connection
) {
464
_connection
.RemoveWeakReference(this);
611
_connection
.HandleError(stmt, retcode);
661
_connection
.HandleError(stmt, retcode);
731
_connection
.HandleError(stmt, retcode);
805
if (0 != (ConnectionState.Fetching &
_connection
.InternalState)) {
822
_connection
.HandleError(stmt, retcode);
867
if (null ==
_connection
) {
870
_transaction =
_connection
.SetStateExecuting(method, Transaction);