3 writes to UserServerName
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
2721UserServerName = (serverName ?? string.Empty); // ensure user server name is not null 2739UserServerName = string.Empty; // ensure user server name is not null 2742UserServerName = string.Format(CultureInfo.InvariantCulture, "{0},{1}", routing.ServerName, routing.Port);
11 references to UserServerName
System.Data (11)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (11)
1302login.serverName = server.UserServerName; 1471Bid.Trace("<sc.SqlInternalConnectionTds.LoginNoFailover|ADV> %d#, host=%ls\n", ObjectID, serverInfo.UserServerName); 1580_routingDestination = serverInfo.UserServerName; 1661CurrentDataSource = originalServerInfo.UserServerName; 1729Bid.PutStr(primaryServerInfo.UserServerName); 1743ResolveExtendedServerName(failoverServerInfo, !redirectedUserInstance && failoverHost != primaryServerInfo.UserServerName, connectionOptions); 1835_routingDestination = currentServerInfo.UserServerName; 1913CurrentDataSource = (useFailoverHost ? failoverHost : primaryServerInfo.UserServerName); 1918string host = serverInfo.UserServerName; 1933_currentSessionData._resolvedAliases.Add(serverInfo.UserServerName, new Tuple<string, string>(host, protocol)); 2746SetDerivedNames(UserProtocol, UserServerName);