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