2 writes to AssemblyInformationCachePaths
Microsoft.Build.Tasks.UnitTests (2)
RARPrecomputedCache_Tests.cs (2)
92rarReaderTask.AssemblyInformationCachePaths = new ITaskItem[] 136rarReaderTask.AssemblyInformationCachePaths = new ITaskItem[]
3 references to AssemblyInformationCachePaths
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\ResolveAssemblyReference.cs (3)
2055if (_cache == null && AssemblyInformationCachePaths != null && AssemblyInformationCachePaths.Length > 0) 2057_cache = SystemState.DeserializePrecomputedCaches(AssemblyInformationCachePaths, Log, fileExists);