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)
2026
if (!switchesNotFromAutoResponseFile[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])
2459
if (switchesFromAutoResponseFile[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])
2462
switchesFromAutoResponseFile.GetParameterlessSwitchCommandLineArg(CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
), commandLine);
3071
if (!recursing && !commandLineSwitches[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])