3 references to Property
MSBuild (3)
CommandLine\CommandLineSwitches.cs (1)
246new ParameterizedSwitchInfo( ["property", "p"], ParameterizedSwitch.Property, null, true, "MissingPropertyError", true, false, "HelpMessage_10_PropertySwitch"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
57public string[]? Property => GetParameterizedSwitchValue(ParameterizedSwitch.Property);
XMake.cs (1)
2251globalProperties = ProcessPropertySwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.Property]);