3 references to Question
MSBuild (3)
CommandLine\CommandLineSwitches.cs (1)
291
new ParameterizedSwitchInfo( ["question", "q"], ParameterizedSwitch.
Question
, null, false, null, true, false, "HelpMessage_41_QuestionSwitch"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
141
public string[]? Question => GetParameterizedSwitchValue(ParameterizedSwitch.
Question
);
XMake.cs (1)
2300
question = commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
Question
);