2 references to instanceNameMaxLength
System (2)
net\System\Net\_NetworkingPerfCounters.cs (2)
364if (result.Length > instanceNameMaxLength) 366result = friendlyName.Substring(0, instanceNameMaxLength - postfix.Length) + postfix;