1 write to s_defaultPath
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\Util.cs (1)
93
s_defaultPath
= String.IsNullOrEmpty(probed) ? Directory.GetCurrentDirectory() : probed;
2 references to s_defaultPath
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\Util.cs (2)
90
if (String.IsNullOrEmpty(
s_defaultPath
))
96
return
s_defaultPath
;