3 references to 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)
2254
restoreProperties = ProcessPropertySwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
RestoreProperty
]);