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