4 references to NoLogo
MSBuild (4)
CommandLine\CommandLineSwitches.cs (1)
300
new ParameterizedSwitchInfo( ["nologo"], ParameterizedSwitch.
NoLogo
, null, false, null, true, false, "HelpMessage_5_NoLogoSwitch")
CommandLine\CommandLineSwitchesAccessor.cs (1)
157
public string[]? NoLogo => GetParameterizedSwitchValue(ParameterizedSwitch.
NoLogo
);
XMake.cs (2)
2096
if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
NoLogo
))
2098
noLogo = ProcessBooleanSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
NoLogo
], defaultValue: true, resourceName: "InvalidNoLogoValue");