7 references to Count
System.Data.OleDb (7)
System\Data\ProviderBase\DbConnectionFactory.cs (1)
449
if (0 == pool.
Count
)
System\Data\ProviderBase\DbConnectionPool.cs (5)
452
int totalObjects =
Count
;
530
while (
Count
> MinPoolSize)
1188
if (
Count
>= MaxPoolSize && 0 != MaxPoolSize)
1688
if ((oldConnection != null) || (
Count
< MaxPoolSize) || (0 == MaxPoolSize))
1694
if ((oldConnection != null) || (
Count
& 0x1) == 0x1 || !ReclaimEmancipatedObjects())
System\Data\ProviderBase\DbConnectionPoolGroup.cs (1)
289
if ((!pool.ErrorOccurred) && (0 == pool.
Count
))