3 writes to RestoreBrokenConnection
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (2)
220transaction.InternalTransaction.RestoreBrokenConnection = shouldReconnect; 222transaction.InternalTransaction.RestoreBrokenConnection = false;
fx\src\data\System\Data\SqlClient\sqlinternaltransaction.cs (1)
71RestoreBrokenConnection = false;
1 reference to RestoreBrokenConnection
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1119if (internalTransaction != null && internalTransaction.RestoreBrokenConnection && releaseConnectionLock) {