2 writes to _connectionIsDoomed
System.Data.OleDb (2)
System\Data\ProviderBase\DbConnectionInternal.cs (1)
140_connectionIsDoomed = true;
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (1)
417_connectionIsDoomed = true;
3 references to _connectionIsDoomed
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (3)
70bool flag = (!_connectionIsDoomed && !_cannotBePooled && !_owningObject.IsAlive); 198return _connectionIsDoomed; 344if (!_connectionIsDoomed && Pool!.UseLoadBalancing)