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)
329
if (
_timestampCache
?.ToolPathsMatchCachePaths(_tlbimpPath, _aximpPath) != true)
444
if ((
_timestampCache
?.Dirty == true))
446
_timestampCache
.SerializeCache(StateFile, Log);
1046
_timestampCache
[referenceInfo.strippedTypeLibPath] = File.GetLastWriteTime(referenceInfo.strippedTypeLibPath);
1278
if (!reference.FindExistingWrapper(out wrapperInfo,
_timestampCache
[referenceInfo.strippedTypeLibPath]))
1360
if (!reference.FindExistingWrapper(out wrapperInfo,
_timestampCache
[referenceInfo.strippedTypeLibPath]))
1404
if (!reference.FindExistingWrapper(out wrapperInfo,
_timestampCache
[referenceInfo.strippedTypeLibPath]))