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