4 instantiations of ServerInfo
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (4)
1375ServerInfo dataSource = new ServerInfo(connectionOptions); 1577serverInfo = new ServerInfo(ConnectionOptions, _routingInfo, serverInfo.ResolvedServerName); 1738ServerInfo failoverServerInfo = new ServerInfo(connectionOptions, failoverHost); 1832currentServerInfo = new ServerInfo(ConnectionOptions, _routingInfo, currentServerInfo.ResolvedServerName);
10 references to ServerInfo
System.Data (10)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (9)
1256private void Login(ServerInfo server, TimeoutTimer timeout, string newPassword, SecureString newSecurePassword) { 1375ServerInfo dataSource = new ServerInfo(connectionOptions); 1463private void LoginNoFailover(ServerInfo serverInfo, string newPassword, SecureString newSecurePassword, bool redirectedUserInstance, 1468ServerInfo originalServerInfo = serverInfo; // serverInfo may end up pointing to new object due to routing, original object is used to set CurrentDatasource 1715ServerInfo primaryServerInfo, 1738ServerInfo failoverServerInfo = new ServerInfo(connectionOptions, failoverHost); 1783ServerInfo currentServerInfo; 1916private void ResolveExtendedServerName(ServerInfo serverInfo, bool aliasLookup, SqlConnectionString options) { 1952private void AttemptOneLogin(ServerInfo serverInfo, string newPassword, SecureString newSecurePassword, bool ignoreSniOpenTimeout, TimeoutTimer timeout, bool withFailover = false, bool isFirstTransparentAttempt = true, bool disableTnir = false)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
394internal void Connect(ServerInfo serverInfo,