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