1 write to WindowsSdkRegistryKey
MSBuild (1)
FrameworkLocationHelper.cs (1)
1224
WindowsSdkRegistryKey
= windowsSdkRegistryKey;
2 references to WindowsSdkRegistryKey
MSBuild (2)
FrameworkLocationHelper.cs (2)
1597
if (string.IsNullOrEmpty(visualStudioSpec.
WindowsSdkRegistryKey
) || string.IsNullOrEmpty(visualStudioSpec.WindowsSdkRegistryInstallationFolderName))
1602
string registryPath = string.Join(@"\", MicrosoftSDKsRegistryKey, "Windows", visualStudioSpec.
WindowsSdkRegistryKey
);