5 references to PoolGroupStateActive
System.Data.OleDb (5)
System\Data\ProviderBase\DbConnectionPoolGroup.cs (5)
59_state = PoolGroupStateActive; 231Debug.Assert(PoolGroupStateActive == _state, "state should be active since a pool exists and lock holds"); 257_state = PoolGroupStateActive; 259return (PoolGroupStateActive == _state); 314if (PoolGroupStateActive == _state)