2 writes to _connectionHandle
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (2)
52_connectionHandle = value; 326_connectionHandle = null;
3 references to _connectionHandle
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (3)
48return _connectionHandle; 51Debug.Assert(null == _connectionHandle, "reopening a connection?"); 323OdbcConnectionHandle connectionHandle = _connectionHandle;