2 writes to componentTimestamps
Microsoft.Build.Tasks.Core (2)
ResolveComReferenceCache.cs (2)
49componentTimestamps = new(); 101translator.TranslateDictionary(ref componentTimestamps, StringComparer.Ordinal);
2 references to componentTimestamps
Microsoft.Build.Tasks.Core (2)
ResolveComReferenceCache.cs (2)
72if (componentTimestamps.TryGetValue(componentPath, out DateTime time)) 86componentTimestamps[componentPath] = value;