4 references to ErrorOccurred
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (3)
1531
if (!
ErrorOccurred
) {
1560
if (!
ErrorOccurred
) {
1799
if (
ErrorOccurred
) {
fx\src\data\System\Data\ProviderBase\DbConnectionPoolGroup.cs (1)
267
if ((!pool.
ErrorOccurred
) && (0 == pool.Count)) {