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