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