2 references to QueueSegmentLength
mscorlib (2)
system\threading\threadpool.cs (2)
471
Contract.Assert(
QueueSegmentLength
<= SixteenBits);
472
nodes = new IThreadPoolWorkItem[
QueueSegmentLength
];