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