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)
61bool flag = (!_connectionIsDoomed && !_cannotBePooled && !_owningObject.IsAlive);