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