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