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