7 references to NoAutoResponse
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
108
parameterlessSwitch.ShouldBe(CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
);
MSBuild (6)
CommandLine\CommandLineParser.cs (4)
118
if (!switchesNotFromAutoResponseFile[ParameterlessSwitch.
NoAutoResponse
])
527
if (!recursing && !commandLineSwitches[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])
671
if (switchesFromAutoResponseFile[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])
674
switchesFromAutoResponseFile.GetParameterlessSwitchCommandLineArg(CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
), commandLine);
CommandLine\CommandLineSwitches.cs (1)
219
new ParameterlessSwitchInfo( ["noautoresponse", "noautorsp"], ParameterlessSwitch.
NoAutoResponse
, null, "HelpMessage_8_NoAutoResponseSwitch"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
22
public bool? NoAutoResponse => GetParameterlessSwitchValue(ParameterlessSwitch.
NoAutoResponse
);