3 references to ProcessorIdCacheCountDownMask
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ProcessorIdCache.cs (3)
40Debug.Assert(s_processorIdRefreshRate <= ProcessorIdCacheCountDownMask); 55if ((currentProcessorIdCache & ProcessorIdCacheCountDownMask) == 0) 80s_processorIdRefreshRate = ProcessorIdCacheCountDownMask;