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