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