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