1 write to Enabled
MonoAOTCompiler (1)
src\tasks\Common\FileCache.cs (1)
33Enabled = true;
5 references to Enabled
MonoAOTCompiler (5)
src\tasks\Common\FileCache.cs (3)
45if (!Enabled) 54if (!Enabled) 83if (!Enabled || string.IsNullOrEmpty(cacheFilePath))
src\tasks\Common\ProxyFile.cs (2)
23this.TempFile = _cache.Enabled ? targetFile + ".tmp" : targetFile; 28if (!_cache.Enabled)