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)
101
bool value = (
_pooledCount
< 1) && !_owningObject.IsAlive;
110
Debug.Assert(
_pooledCount
<= 1 &&
_pooledCount
>= -1, "Pooled count for object is invalid");
111
return (
_pooledCount
== 1);
365
if (0 !=
_pooledCount
)
400
if (0 !=
_pooledCount
)
405
else if (-1 !=
_pooledCount
)