1 write to s_exePath
MSBuild (1)
XMake.cs (1)
159
s_exePath
= Path.GetDirectoryName(FileUtilities.ExecutingAssemblyPath);
3 references to s_exePath
MSBuild (3)
XMake.cs (3)
2019
GatherAutoResponseFileSwitches(
s_exePath
, switchesFromAutoResponseFile, fullCommandLine);
2781
Console.WriteLine($"{Path.Combine(
s_exePath
, s_exeName)} {equivalentCommandLine} {projectFile}");
3067
if (!string.Equals(projectDirectory,
s_exePath
, StringComparison.OrdinalIgnoreCase))