1 write to newRoutingInfo
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
2602env.newRoutingInfo = new RoutingInfo(protocol, port, serverName);
4 references to newRoutingInfo
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (4)
2171if (string.IsNullOrEmpty(rec.newRoutingInfo.ServerName) || rec.newRoutingInfo.Protocol != 0 || rec.newRoutingInfo.Port == 0) { 2174_routingInfo = rec.newRoutingInfo;