2 references to MaxHelpLength
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
311if (help.Length > MaxHelpLength) 312throw new ArgumentException(SR.GetString(SR.PerfInvalidHelp, 0, MaxHelpLength));