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