3 writes to AssemblyInformationCacheOutputPath
Microsoft.Build.Tasks.UnitTests (3)
RARPrecomputedCache_Tests.cs (3)
45t.AssemblyInformationCacheOutputPath = precomputedPath; 85rarWriterTask.AssemblyInformationCacheOutputPath = precomputedCachePath; 126rarWriterTask.AssemblyInformationCacheOutputPath = precomputedCache.Path;
2 references to AssemblyInformationCacheOutputPath
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\ResolveAssemblyReference.cs (2)
2071if (!string.IsNullOrEmpty(AssemblyInformationCacheOutputPath)) 2073_cache.SerializePrecomputedCache(AssemblyInformationCacheOutputPath, Log);