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)
229
bool value = !IsTxRootWaitingForTxEnd && (
_pooledCount
< 1) && !_owningObject.IsAlive;
368
if (1 ==
_pooledCount
)
386
else if (-1 ==
_pooledCount
&& !_owningObject.IsAlive)
530
if (0 !=
_pooledCount
)
565
if (0 !=
_pooledCount
)
570
else if (-1 !=
_pooledCount
)