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)
541return _routingInfo; 1203if (_routingInfo == null) { // ROR should not affect state of connection recovery 1566if (_routingInfo != null) { 1577serverInfo = new ServerInfo(ConnectionOptions, _routingInfo, serverInfo.ResolvedServerName); 1817while (_routingInfo != null) { 1824Bid.Trace("<sc.SqlInternalConnectionTds.LoginWithFailover> Routed to %ls", _routingInfo.ServerName); 1832currentServerInfo = new ServerInfo(ConnectionOptions, _routingInfo, currentServerInfo.ResolvedServerName); 2095return _routingInfo != null; // connection was routed, ignore rest of env change 2489if (_routingInfo != null) {