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