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