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)
623get => _assemblyInformationCacheOutputPath.OriginalValue; 2252if (_assemblyInformationCacheOutputPath.Value is not null) 2254_cache.SerializePrecomputedCache(_assemblyInformationCacheOutputPath, Log);