5 references to PoolGroupStateActive
System.Data.Odbc (5)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionPoolGroup.cs (5)
59
_state =
PoolGroupStateActive
;
197
Debug.Assert(
PoolGroupStateActive
== _state, "state should be active since a pool exists and lock holds");
223
_state =
PoolGroupStateActive
;
225
return (
PoolGroupStateActive
== _state);
272
if (
PoolGroupStateActive
== _state)