2 writes to _sweepThreshhold
Microsoft.Build (2)
BackEnd\Components\Caching\ConfigCache.cs (2)
45if (!int.TryParse(Environment.GetEnvironmentVariable("MSBUILDCONFIGCACHESWEEPTHRESHHOLD"), out _sweepThreshhold)) 47_sweepThreshhold = 500;
1 reference to _sweepThreshhold
Microsoft.Build (1)
BackEnd\Components\Caching\ConfigCache.cs (1)
263return _configurations.Count > _sweepThreshhold;