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