1 write to _assemblyInformationCacheOutputPath
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
626
_assemblyInformationCacheOutputPath
= MakeAbsolutePath(value);
3 references to _assemblyInformationCacheOutputPath
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\ResolveAssemblyReference.cs (3)
623
get =>
_assemblyInformationCacheOutputPath
.OriginalValue;
2252
if (
_assemblyInformationCacheOutputPath
.Value is not null)
2254
_cache.SerializePrecomputedCache(
_assemblyInformationCacheOutputPath
, Log);