2 references to MAXLEN_APPNAME
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (1)
364
ValidateValueLength(_applicationName, TdsEnums.
MAXLEN_APPNAME
, KEY.Application_Name);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
7126
Debug.Assert(TdsEnums.
MAXLEN_APPNAME
>=rec.applicationName.Length, "_applicationName.Length exceeds the max length for this value");