1 write to _cannotBePooled
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionInternal.cs (1)
247
_cannotBePooled
= true;
1 reference to _cannotBePooled
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionInternal.cs (1)
61
bool flag = (!_connectionIsDoomed && !
_cannotBePooled
&& !_owningObject.IsAlive);