5 references to Interactive
MSBuild (5)
CommandLineSwitches.cs (1)
283
new ParameterizedSwitchInfo( ["interactive"], ParameterizedSwitch.
Interactive
, null, false, null, true, false, "HelpMessage_34_InteractiveSwitch"),
XMake.cs (4)
360
if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
Interactive
) &&
361
ProcessBooleanSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
Interactive
], true, "InvalidInteractiveValue"))
2744
if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
Interactive
))
2746
interactive = ProcessBooleanSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
Interactive
], defaultValue: true, resourceName: "InvalidInteractiveValue");