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