4 references to ShuttingDown
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (4)
818
Debug.Assert(oldConnectionPool._state == State.
ShuttingDown
, "Old connections pool should be shutting down");
896
Debug.Assert ( _state == State.Running || _state == State.
ShuttingDown
);
906
if ( _state == State.
ShuttingDown
)
1761
_state = State.
ShuttingDown
;