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