1 write to _threadCounts
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (1)
108_threadCounts = new double[_samplesToMeasure];
3 references to _threadCounts
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (3)
181_threadCounts[sampleIndex] = currentThreadCount; 212threadSum += _threadCounts[(_totalSamples - sampleCount + i) % _samplesToMeasure]; 242threadWaveComponent = GetWaveComponent(_threadCounts, sampleCount, _wavePeriod) / averageThreadCount;