9 writes to _doNotReconnect
System.Data (9)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (1)
242
exc.
_doNotReconnect
= true;
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
191
exception.
_doNotReconnect
= this._doNotReconnect;
fx\src\data\System\Data\SqlClient\SqlUtil.cs (6)
1462
exc.
_doNotReconnect
= true; // disable open retry logic on this error
1497
exc.
_doNotReconnect
= true;
1505
exc.
_doNotReconnect
= true;
1513
exc.
_doNotReconnect
= true;
1521
exc.
_doNotReconnect
= true;
1529
exc.
_doNotReconnect
= true;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
1276
exception.
_doNotReconnect
= true;
2 references to _doNotReconnect
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
191
exception._doNotReconnect = this.
_doNotReconnect
;
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1451
|| exc.
_doNotReconnect
; // Exception explicitly supressed reconnection attempts