4 references to PoolGroupStateDisabled
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolGroup.cs (4)
95return (PoolGroupStateDisabled == _state); 207Debug.Assert(PoolGroupStateDisabled == _state, "state should be disabled"); 295_state = PoolGroupStateDisabled; 299return (PoolGroupStateDisabled == _state);