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