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