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