3 writes to s_defaultPath
Microsoft.Build.Tasks.Core (3)
BootstrapperUtil\Util.cs (3)
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); 100s_defaultPath = Directory.GetCurrentDirectory();
6 references to s_defaultPath
Microsoft.Build.Tasks.Core (6)
BootstrapperUtil\Util.cs (6)
86if (String.IsNullOrEmpty(s_defaultPath)) 89if (!String.IsNullOrEmpty(s_defaultPath)) 91return s_defaultPath; 95if (!String.IsNullOrEmpty(s_defaultPath)) 97return s_defaultPath; 103return s_defaultPath;