2 writes to _timestampCache
Microsoft.Build.Tasks.Core (2)
ResolveComReference.cs (2)
328
_timestampCache
= StateFileBase.DeserializeCache<ResolveComReferenceCache>(StateFile, Log);
337
_timestampCache
= new ResolveComReferenceCache(_tlbimpPath, _aximpPath);
7 references to _timestampCache
Microsoft.Build.Tasks.Core (7)
ResolveComReference.cs (7)
330
if (
_timestampCache
?.ToolPathsMatchCachePaths(_tlbimpPath, _aximpPath) != true)
445
if ((
_timestampCache
?.Dirty == true))
447
_timestampCache
.SerializeCache(StateFile, Log);
1047
_timestampCache
[referenceInfo.strippedTypeLibPath] = File.GetLastWriteTime(referenceInfo.strippedTypeLibPath);
1279
if (!reference.FindExistingWrapper(out wrapperInfo,
_timestampCache
[referenceInfo.strippedTypeLibPath]))
1361
if (!reference.FindExistingWrapper(out wrapperInfo,
_timestampCache
[referenceInfo.strippedTypeLibPath]))
1405
if (!reference.FindExistingWrapper(out wrapperInfo,
_timestampCache
[referenceInfo.strippedTypeLibPath]))