4 references to NoLogo
MSBuild (4)
CommandLine\CommandLineSwitches.cs (1)
301new 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)
2479if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.NoLogo)) 2481noLogo = ProcessBooleanSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.NoLogo], defaultValue: true, resourceName: "InvalidNoLogoValue");