6 writes to OutputResultsCacheFile
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
560_buildParameters.OutputResultsCacheFile = FileUtilities.NormalizePath("msbuild-cache");
Microsoft.Build.Engine.UnitTests (4)
Graph\ResultCacheBasedBuilds_Tests.cs (4)
88OutputResultsCacheFile = emptyInput 106OutputResultsCacheFile = "c", 135OutputResultsCacheFile = outputCache 462buildParameters.OutputResultsCacheFile = outputCaches[node];
MSBuild (1)
XMake.cs (1)
1499parameters.OutputResultsCacheFile = outputResultsCache;
3 references to OutputResultsCacheFile
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (2)
558if (_buildParameters.UsesOutputCache() && string.IsNullOrWhiteSpace(_buildParameters.OutputResultsCacheFile)) 656loggingService.LogComment(BuildEventContext.Invalid, MessageImportance.Normal, "WritingToOutputCache", _buildParameters.OutputResultsCacheFile);
BackEnd\BuildManager\BuildParameters.cs (1)
900internal bool UsesOutputCache() => OutputResultsCacheFile != null;