1 write to s_vsInstallFolders
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
1418
s_vsInstallFolders
= new Dictionary<string, string[]>();
3 references to s_vsInstallFolders
Microsoft.Build.Utilities.Core (3)
ToolLocationHelper.cs (3)
1416
if (
s_vsInstallFolders
== null)
1421
if (!
s_vsInstallFolders
.TryGetValue(versionRange, out vsInstallFolders))
1431
s_vsInstallFolders
[versionRange] = vsInstallFolders;