2 writes to ConnectionHasBeenRestored
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1127internalTransaction.ConnectionHasBeenRestored = true;
fx\src\data\System\Data\SqlClient\sqlinternaltransaction.cs (1)
72ConnectionHasBeenRestored = false;
2 references to ConnectionHasBeenRestored
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
972Debug.Assert(isFirstAttempt || !transaction.InternalTransaction.ConnectionHasBeenRestored, "Restored connection on non-first attempt"); 974} while (transaction.InternalTransaction.ConnectionHasBeenRestored);