1 write to applicationName
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1291
login.
applicationName
= ConnectionOptions.ApplicationName;
5 references to applicationName
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
7126
Debug.Assert(TdsEnums.MAXLEN_APPNAME>=rec.
applicationName
.Length, "_applicationName.Length exceeds the max length for this value");
7176
length += (rec.hostName.Length + rec.
applicationName
.Length +
7356
WriteShort(rec.
applicationName
.Length, _physicalStateObj);
7357
offset += rec.
applicationName
.Length * 2;
7429
WriteString(rec.
applicationName
, _physicalStateObj);