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