2 writes to _timestampCache
Microsoft.Build.Tasks.Core (2)
ResolveComReference.cs (2)
327_timestampCache = StateFileBase.DeserializeCache<ResolveComReferenceCache>(StateFile, Log); 336_timestampCache = new ResolveComReferenceCache(_tlbimpPath, _aximpPath);
7 references to _timestampCache
Microsoft.Build.Tasks.Core (7)
ResolveComReference.cs (7)
329if (_timestampCache?.ToolPathsMatchCachePaths(_tlbimpPath, _aximpPath) != true) 444if ((_timestampCache?.Dirty == true)) 446_timestampCache.SerializeCache(StateFile, Log); 1046_timestampCache[referenceInfo.strippedTypeLibPath] = File.GetLastWriteTime(referenceInfo.strippedTypeLibPath); 1278if (!reference.FindExistingWrapper(out wrapperInfo, _timestampCache[referenceInfo.strippedTypeLibPath])) 1360if (!reference.FindExistingWrapper(out wrapperInfo, _timestampCache[referenceInfo.strippedTypeLibPath])) 1404if (!reference.FindExistingWrapper(out wrapperInfo, _timestampCache[referenceInfo.strippedTypeLibPath]))