2 references to instanceLocalLastModifiedCache
Microsoft.Build.Tasks.Core (2)
SystemState.cs (2)
422
if (!
instanceLocalLastModifiedCache
.TryGetValue(path, out DateTime lastModified))
425
instanceLocalLastModifiedCache
[path] = lastModified;