1 write to ServerName
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
418ServerName = servername;
5 references to ServerName
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (5)
1824Bid.Trace("<sc.SqlInternalConnectionTds.LoginWithFailover> Routed to %ls", _routingInfo.ServerName); 2171if (string.IsNullOrEmpty(rec.newRoutingInfo.ServerName) || rec.newRoutingInfo.Protocol != 0 || rec.newRoutingInfo.Port == 0) { 2737Debug.Assert(routing.ServerName != null, "server name should never be null"); 2738if (routing == null || routing.ServerName == null) { 2742UserServerName = string.Format(CultureInfo.InvariantCulture, "{0},{1}", routing.ServerName, routing.Port);