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