3 writes to _pooledCount
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (3)
440_pooledCount = -1; 534_pooledCount++; 561_pooledCount--;
6 references to _pooledCount
System.Data.OleDb (6)
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (6)
229bool value = !IsTxRootWaitingForTxEnd && (_pooledCount < 1) && !_owningObject.IsAlive; 368if (1 == _pooledCount) 386else if (-1 == _pooledCount && !_owningObject.IsAlive) 530if (0 != _pooledCount) 565if (0 != _pooledCount) 570else if (-1 != _pooledCount)