1 write to s_redistListPathCache
Microsoft.Build.Tasks.Core (1)
RedistList.cs (1)
300s_redistListPathCache = new Dictionary<string, string[]>(StringComparer.OrdinalIgnoreCase);
3 references to s_redistListPathCache
Microsoft.Build.Tasks.Core (3)
RedistList.cs (3)
298if (s_redistListPathCache == null) 303if (!s_redistListPathCache.TryGetValue(frameworkDirectory, out string[] results)) 310s_redistListPathCache.Add(frameworkDirectory, results);