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