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