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