8 writes to _innerConnection
System.Data (8)
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (8)
37_innerConnection = DbConnectionClosedNeverOpened.SingletonInstance; 51_innerConnection = DbConnectionClosedNeverOpened.SingletonInstance; 55_innerConnection = DbConnectionClosedPreviouslyOpened.SingletonInstance; 110_innerConnection = DbConnectionClosedNeverOpened.SingletonInstance; 157Interlocked.CompareExchange(ref _innerConnection, DbConnectionClosedPreviouslyOpened.SingletonInstance, innerConnection); 337_innerConnection = to; 365bool result = (from == Interlocked.CompareExchange<DbConnectionInternal>(ref _innerConnection, to, from)); 375_innerConnection = to;
8 references to _innerConnection
System.Data (8)
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (8)
49if (DbConnectionClosedNeverOpened.SingletonInstance == connection._innerConnection) 130return _innerConnection; 155DbConnectionInternal innerConnection = _innerConnection; // Should not cause memory allocation... 304Debug.Assert(DbConnectionClosedConnecting.SingletonInstance == _innerConnection, "not connecting"); 326Debug.Assert(null != _innerConnection, "null InnerConnection"); 329ConnectionState originalState = _innerConnection.State & ConnectionState.Open; 361Debug.Assert(null != _innerConnection, "null InnerConnection"); 373Debug.Assert(null != _innerConnection, "null InnerConnection");