2 references to MaxHelpLength
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterCategory.cs (2)
289if (help.Length > MaxHelpLength) 290throw new ArgumentException(SR.Format(SR.PerfInvalidHelp, 0, MaxHelpLength));