3 references to Interactive
MSBuild (3)
CommandLineSwitches.cs (1)
284
new ParameterizedSwitchInfo( ["interactive"], ParameterizedSwitch.
Interactive
, null, false, null, true, false, "HelpMessage_34_InteractiveSwitch"),
XMake.cs (2)
2755
if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
Interactive
))
2757
interactive = ProcessBooleanSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
Interactive
], defaultValue: true, resourceName: "InvalidInteractiveValue");