3 references to MAX_PARTICIPANTS
System (3)
sys\system\threading\Barrier.cs (3)
236if (participantCount < 0 || participantCount > MAX_PARTICIPANTS) 345else if (participantCount > MAX_PARTICIPANTS) //overflow 366if (participantCount + total > MAX_PARTICIPANTS) //overflow