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