3 writes to s_defaultPath
Microsoft.Build.Tasks.Core (3)
BootstrapperUtil\Util.cs (3)
88
s_defaultPath
= ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_REGISTRY_PATH_BASE, BOOTSTRAPPER_REGISTRY_PATH_VERSION_VS2010), REGISTRY_DEFAULTPATH);
94
s_defaultPath
= ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE, BOOTSTRAPPER_REGISTRY_PATH_VERSION_VS2010), REGISTRY_DEFAULTPATH);
100
s_defaultPath
= Directory.GetCurrentDirectory();
6 references to s_defaultPath
Microsoft.Build.Tasks.Core (6)
BootstrapperUtil\Util.cs (6)
86
if (String.IsNullOrEmpty(
s_defaultPath
))
89
if (!String.IsNullOrEmpty(
s_defaultPath
))
91
return
s_defaultPath
;
95
if (!String.IsNullOrEmpty(
s_defaultPath
))
97
return
s_defaultPath
;
103
return
s_defaultPath
;