1 write to _cannotBePooled
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
599
_cannotBePooled
= true;
1 reference to _cannotBePooled
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
82
bool flag = (!_connectionIsDoomed && !
_cannotBePooled
&& !_owningObject.IsAlive);