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