1 instantiation of ImmutableFilesTimestampCache
Microsoft.Build.Framework (1)
ImmutableFilesTimestampCache.cs (1)
22
public static ImmutableFilesTimestampCache Shared { get; } =
new
();
3 references to ImmutableFilesTimestampCache
Microsoft.Build.Framework (3)
ImmutableFilesTimestampCache.cs (1)
22
public static
ImmutableFilesTimestampCache
Shared { get; } = new();
NativeMethods.cs (2)
1165
if (
ImmutableFilesTimestampCache
.Shared.TryGetValue(fullPath, out DateTime modifiedAt))
1175
ImmutableFilesTimestampCache
.Shared.TryAdd(fullPath, modifiedTime);