2 references to ProcessorIdCacheCountDownMask
mscorlib (2)
system\threading\thread.cs (2)
765
Contract.Assert(ProcessorIdRefreshRate <=
ProcessorIdCacheCountDownMask
);
779
if ((currentProcessorIdCache &
ProcessorIdCacheCountDownMask
) == 0)