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