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