93 references to Registry
dotnet (2)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.Build (3)
Microsoft.Build.Framework (3)
Microsoft.Build.Tasks.Core (11)
BootstrapperUtil\Util.cs (8)
88s_defaultPath = ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_REGISTRY_PATH_BASE, BOOTSTRAPPER_REGISTRY_PATH_VERSION_VS2010), REGISTRY_DEFAULTPATH);
94s_defaultPath = ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE, BOOTSTRAPPER_REGISTRY_PATH_VERSION_VS2010), REGISTRY_DEFAULTPATH);
137string defaultPath = ReadRegistryString(Registry.LocalMachine, BOOTSTRAPPER_REGISTRY_PATH_BASE, REGISTRY_DEFAULTPATH);
143defaultPath = ReadRegistryString(Registry.LocalMachine, BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE, REGISTRY_DEFAULTPATH);
149defaultPath = ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_REGISTRY_PATH_BASE, visualStudioVersion), REGISTRY_DEFAULTPATH);
155defaultPath = ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE, visualStudioVersion), REGISTRY_DEFAULTPATH);
173RegistryKey bootstrapperBaseRegKey = Registry.LocalMachine.OpenSubKey(BOOTSTRAPPER_REGISTRY_PATH_BASE);
176bootstrapperBaseRegKey = Registry.LocalMachine.OpenSubKey(BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE);
Microsoft.DotNet.Cli.Utils (7)
Microsoft.VisualBasic.Core (4)
Microsoft.VisualBasic.Forms (9)
mscorlib (1)
PresentationCore (7)
PresentationFramework (8)
PresentationUI (3)
System.Data.OleDb (2)
System.Diagnostics.EventLog (4)
System.Diagnostics.PerformanceCounter (7)
System.Management (2)
System.Speech (5)
System.Windows.Forms (8)
System.Windows.Forms.Design (5)
System.Windows.Forms.Primitives (1)