2 references to ServerInfo
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
1738ServerInfo failoverServerInfo = new ServerInfo(connectionOptions, failoverHost); 2709internal ServerInfo(SqlConnectionString userOptions) : this(userOptions, userOptions.DataSource) {}