2 writes to _errorOccurred
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
448
_errorOccurred
= true;
565
_errorOccurred
= false;
1 reference to _errorOccurred
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
190
get { return
_errorOccurred
; }