7 writes to _innerConnection
System.Data.OleDb (7)
System\Data\ProviderBase\DbConnectionHelper.cs (7)
25
_innerConnection
= DbConnectionClosedNeverOpened.SingletonInstance;
39
_innerConnection
= DbConnectionClosedNeverOpened.SingletonInstance;
43
_innerConnection
= DbConnectionClosedPreviouslyOpened.SingletonInstance;
96
_innerConnection
= DbConnectionClosedNeverOpened.SingletonInstance;
287
_innerConnection
= to;
317
bool result = (from == Interlocked.CompareExchange<DbConnectionInternal>(ref
_innerConnection
, to, from));
328
_innerConnection
= to;
7 references to _innerConnection
System.Data.OleDb (7)
System\Data\ProviderBase\DbConnectionHelper.cs (7)
37
if (DbConnectionClosedNeverOpened.SingletonInstance == connection.
_innerConnection
)
115
return
_innerConnection
;
251
Debug.Assert(DbConnectionClosedConnecting.SingletonInstance ==
_innerConnection
, "not connecting");
274
Debug.Assert(null !=
_innerConnection
, "null InnerConnection");
277
ConnectionState originalState =
_innerConnection
.State & ConnectionState.Open;
313
Debug.Assert(null !=
_innerConnection
, "null InnerConnection");
326
Debug.Assert(null !=
_innerConnection
, "null InnerConnection");