6 references to Preprocess
MSBuild (6)
CommandLine\CommandLineSwitches.cs (1)
273
new ParameterizedSwitchInfo( ["preprocess", "pp"], ParameterizedSwitch.
Preprocess
, null, false, null, true, false, "HelpMessage_25_PreprocessSwitch"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
105
public string[]? Preprocess => GetParameterizedSwitchValue(ParameterizedSwitch.
Preprocess
);
XMake.cs (4)
1757
Console.WriteLine(ResourceUtilities.GetResourceString("UnsupportedSwitchForSolutionFiles"), CommandLineSwitches.ParameterizedSwitch.
Preprocess
);
2668
if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
Preprocess
))
2670
preprocessWriter = ProcessPreprocessSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
Preprocess
]);
4658
!commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
Preprocess
) &&