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