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