4 references to ProfileEvaluation
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
1476
commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
ProfileEvaluation
][0].ShouldBe("no-file");
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)
3346
string[] profileEvaluationParameters = commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
ProfileEvaluation
];