3 references to ProfileEvaluation
MSBuild (3)
CommandLine\CommandLineSwitches.cs (1)
280
new ParameterizedSwitchInfo( ["profileevaluation", "prof"], ParameterizedSwitch.
ProfileEvaluation
, null, false, "MissingProfileParameterError", true, false, "HelpMessage_32_ProfilerSwitch"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
121
public string[]? ProfileEvaluation => GetParameterizedSwitchValue(ParameterizedSwitch.
ProfileEvaluation
);
XMake.cs (1)
3359
string[] profileEvaluationParameters = commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
ProfileEvaluation
];