4 references to ShuttingDown
System.Data.Odbc (4)
Common\System\Data\ProviderBase\DbConnectionPool.cs (4)
417Debug.Assert(oldConnectionPool._state == State.ShuttingDown, "Old connections pool should be shutting down"); 488Debug.Assert(_state == State.Running || _state == State.ShuttingDown); 498if (_state == State.ShuttingDown) 1129_state = State.ShuttingDown;