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