2 writes to _routingInfo
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
1960
_routingInfo
= null; // forget routing information
2174
_routingInfo
= rec.newRoutingInfo;
9 references to _routingInfo
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (9)
541
return
_routingInfo
;
1203
if (
_routingInfo
== null) { // ROR should not affect state of connection recovery
1566
if (
_routingInfo
!= null) {
1577
serverInfo = new ServerInfo(ConnectionOptions,
_routingInfo
, serverInfo.ResolvedServerName);
1817
while (
_routingInfo
!= null) {
1824
Bid.Trace("<sc.SqlInternalConnectionTds.LoginWithFailover> Routed to %ls",
_routingInfo
.ServerName);
1832
currentServerInfo = new ServerInfo(ConnectionOptions,
_routingInfo
, currentServerInfo.ResolvedServerName);
2095
return
_routingInfo
!= null; // connection was routed, ignore rest of env change
2489
if (
_routingInfo
!= null) {