1 write to hostName
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1288
login.
hostName
= ConnectionOptions.ObtainWorkstationId();
5 references to hostName
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
7111
Debug.Assert(TdsEnums.MAXLEN_HOSTNAME>=rec.
hostName
.Length, "_workstationId.Length exceeds the max length for this value");
7176
length += (rec.
hostName
.Length + rec.applicationName.Length +
7332
WriteShort(rec.
hostName
.Length, _physicalStateObj);
7333
offset += rec.
hostName
.Length * 2;
7410
WriteString(rec.
hostName
, _physicalStateObj);