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)
1952
if (!switchesNotFromAutoResponseFile[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])
2385
if (switchesFromAutoResponseFile[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])
2388
switchesFromAutoResponseFile.GetParameterlessSwitchCommandLineArg(CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
), commandLine);
3035
if (!recursing && !commandLineSwitches[CommandLineSwitches.ParameterlessSwitch.
NoAutoResponse
])