3 references to RestoreProperty
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
357
parameterizedSwitch.ShouldBe(CommandLineSwitches.ParameterizedSwitch.
RestoreProperty
);
MSBuild (2)
CommandLineSwitches.cs (1)
283
new ParameterizedSwitchInfo( ["restoreproperty", "rp"], ParameterizedSwitch.
RestoreProperty
, null, true, "MissingPropertyError", true, false, "HelpMessage_33_RestorePropertySwitch"),
XMake.cs (1)
2682
restoreProperties = ProcessPropertySwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
RestoreProperty
]);