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