4 references to Interactive
MSBuild (4)
CommandLine\CommandLineSwitches.cs (1)
282
new ParameterizedSwitchInfo( ["interactive"], ParameterizedSwitch.
Interactive
, null, false, null, true, false, "HelpMessage_34_InteractiveSwitch"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
125
public string[]? Interactive => GetParameterizedSwitchValue(ParameterizedSwitch.
Interactive
);
XMake.cs (2)
2285
if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
Interactive
))
2287
interactive = ProcessBooleanSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
Interactive
], defaultValue: true, resourceName: "InvalidInteractiveValue");