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