2 writes to t_currentProcessorIdCache
mscorlib (2)
system\threading\thread.cs (2)
768
t_currentProcessorIdCache
= ((currentProcessorId << ProcessorIdCacheShift) & Int32.MaxValue) | ProcessorIdRefreshRate;
778
int currentProcessorIdCache =
t_currentProcessorIdCache
--;