1 instantiation of RoutingInfo
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
2602env.newRoutingInfo = new RoutingInfo(protocol, port, serverName);
4 references to RoutingInfo
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
308RoutingInfo _routingInfo = null; 539internal RoutingInfo RoutingInfo { 2730internal ServerInfo(SqlConnectionString userOptions, RoutingInfo routing, string preRoutingServerName) {
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
435internal RoutingInfo newRoutingInfo;