4 references to ShuttingDown
System.Data.OleDb (4)
System\Data\ProviderBase\DbConnectionPool.cs (4)
687Debug.Assert(oldConnectionPool._state == State.ShuttingDown, "Old connections pool should be shutting down"); 765Debug.Assert(_state == State.Running || _state == State.ShuttingDown); 775if (_state == State.ShuttingDown) 1668_state = State.ShuttingDown;