2 references to _cache
Microsoft.Build.Framework (2)
ImmutableFilesTimestampCache.cs (2)
28
public bool TryGetValue(string fullPath, out DateTime lastModified) =>
_cache
.TryGetValue(fullPath, out lastModified);
33
public void TryAdd(string fullPath, DateTime lastModified) =>
_cache
.TryAdd(fullPath, lastModified);