2 implementations of IsConfigCacheSizeLargerThanThreshold
Microsoft.Build (2)
BackEnd\Components\Caching\ConfigCache.cs (1)
261public bool IsConfigCacheSizeLargerThanThreshold()
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (1)
146public bool IsConfigCacheSizeLargerThanThreshold()
1 reference to IsConfigCacheSizeLargerThanThreshold
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
694if (!usesInputCaches && (_buildParameters.ResetCaches || _configCache.IsConfigCacheSizeLargerThanThreshold()))