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