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