1 reference to s_NotifyPeriodIncrementMS
mscorlib (1)
system\threading\Tasks\Parallel.cs (1)
3580
int timeOut = s_BaseNotifyPeriodMS + (nWorkerTaskIndex % PlatformHelper.ProcessorCount) *
s_NotifyPeriodIncrementMS
;