3 references to AssemblyInformationCachePaths
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\ResolveAssemblyReference.cs (3)
2236
if (_cache == null &&
AssemblyInformationCachePaths
!= null &&
AssemblyInformationCachePaths
.Length > 0)
2238
_cache = SystemState.DeserializePrecomputedCaches(
AssemblyInformationCachePaths
, Log, fileExists, TaskEnvironment);