2 writes to s_exeName
MSBuild (2)
XMake.cs (2)
394out s_exeName); 878commandLineParser.GatherAllSwitches(commandLine, s_globalMessagesToLogInBuildLoggers, out switchesFromAutoResponseFile, out switchesNotFromAutoResponseFile, out _, out s_exeName);
1 reference to s_exeName
MSBuild (1)
XMake.cs (1)
2494Console.WriteLine($"{Path.Combine(s_exePath, s_exeName)} {equivalentCommandLine} {projectFile}");