3 writes to _pooledCount
System.Data.Odbc (3)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionInternal.cs (3)
273_pooledCount = -1; 369_pooledCount++; 396_pooledCount--;
7 references to _pooledCount
System.Data.Odbc (7)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionInternal.cs (7)
101bool value = (_pooledCount < 1) && !_owningObject.IsAlive; 110Debug.Assert(_pooledCount <= 1 && _pooledCount >= -1, "Pooled count for object is invalid"); 111return (_pooledCount == 1); 365if (0 != _pooledCount) 400if (0 != _pooledCount) 405else if (-1 != _pooledCount)