9 references to MAX_SERVERNAME
System.Data (9)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (3)
547
if ((!ADP.IsEmpty(typeSpecificNamePart1) && TdsEnums.
MAX_SERVERNAME
< typeSpecificNamePart1.Length)
548
|| (!ADP.IsEmpty(typeSpecificNamePart2) && TdsEnums.
MAX_SERVERNAME
< typeSpecificNamePart2.Length)
549
|| (!ADP.IsEmpty(typeSpecificNamePart3) && TdsEnums.
MAX_SERVERNAME
< typeSpecificNamePart3.Length)) {
fx\src\data\System\Data\SqlClient\SqlParameter.cs (3)
472
if ((!ADP.IsEmpty(typeSpecificNamePart1) && TdsEnums.
MAX_SERVERNAME
< typeSpecificNamePart1.Length)
473
|| (!ADP.IsEmpty(typeSpecificNamePart2) && TdsEnums.
MAX_SERVERNAME
< typeSpecificNamePart2.Length)
474
|| (!ADP.IsEmpty(typeSpecificNamePart3) && TdsEnums.
MAX_SERVERNAME
< typeSpecificNamePart3.Length)) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
8399
if (!ADP.IsEmpty(names[0]) && TdsEnums.
MAX_SERVERNAME
< names[0].Length) {
8402
if (!ADP.IsEmpty(names[1]) && TdsEnums.
MAX_SERVERNAME
< names[names.Length - 2].Length) {
8405
if (TdsEnums.
MAX_SERVERNAME
< names[2].Length) {