6 references to NoAutoResponse
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
107
parameterlessSwitch.ShouldBe(CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
);
MSBuild (5)
CommandLineSwitches.cs (1)
219
new ParameterlessSwitchInfo( ["noautoresponse", "noautorsp"], ParameterlessSwitch.
NoAutoResponse
, null, "HelpMessage_8_NoAutoResponseSwitch"),
XMake.cs (4)
2017
if (!switchesNotFromAutoResponseFile[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])
2450
if (switchesFromAutoResponseFile[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])
2453
switchesFromAutoResponseFile.GetParameterlessSwitchCommandLineArg(CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
), commandLine);
3059
if (!recursing && !commandLineSwitches[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])