3 writes to _connectionIsDoomed
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (3)
585_connectionIsDoomed = true; 606_connectionIsDoomed = true; 612_connectionIsDoomed = false;
3 references to _connectionIsDoomed
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (3)
82bool flag = (!_connectionIsDoomed && !_cannotBePooled && !_owningObject.IsAlive); 243return _connectionIsDoomed; 520if (!_connectionIsDoomed && Pool.UseLoadBalancing) {