3 writes to _failoverPartner
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs (3)
26
_failoverPartner
= connectionOptions.FailoverPartner;
29
_failoverPartner
= null;
107
_failoverPartner
= actualFailoverPartner;
4 references to _failoverPartner
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs (4)
28
if (ADP.IsEmpty(
_failoverPartner
)) {
35
return
_failoverPartner
;
97
if (!_useFailoverPartner &&
_failoverPartner
!= actualFailoverPartner) {
106
if (
_failoverPartner
!= actualFailoverPartner) {