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)
2050GatherAutoResponseFileSwitches(s_exePath, switchesFromAutoResponseFile, fullCommandLine); 2795Console.WriteLine($"{Path.Combine(s_exePath, s_exeName)} {equivalentCommandLine} {projectFile}"); 3121if (!string.Equals(projectDirectory, s_exePath, StringComparison.OrdinalIgnoreCase))