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)
70
bool flag = (!
_connectionIsDoomed
&& !_cannotBePooled && !_owningObject.IsAlive);
198
return
_connectionIsDoomed
;
344
if (!
_connectionIsDoomed
&& Pool!.UseLoadBalancing)