4 references to RestoreProperty
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
356
parameterizedSwitch.ShouldBe(CommandLineSwitches.ParameterizedSwitch.
RestoreProperty
);
MSBuild (3)
CommandLine\CommandLineSwitches.cs (1)
281
new ParameterizedSwitchInfo( ["restoreproperty", "rp"], ParameterizedSwitch.
RestoreProperty
, null, true, "MissingPropertyError", true, false, "HelpMessage_33_RestorePropertySwitch"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
123
public string[]? RestoreProperty => GetParameterizedSwitchValue(ParameterizedSwitch.
RestoreProperty
);
XMake.cs (1)
2249
restoreProperties = ProcessPropertySwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
RestoreProperty
]);