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