3 references to ProfileEvaluation
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
316var profileEvaluation = (loadSettings & ProjectLoadSettings.ProfileEvaluation) != 0 || loggingService.IncludeEvaluationProfile;
Microsoft.Build.Engine.UnitTests (1)
EvaluationProfiler_Tests.cs (1)
276ProjectLoadSettings = setProjectLoadSetting ? ProjectLoadSettings.ProfileEvaluation : 0
MSBuild (1)
XMake.cs (1)
1501parameters.ProjectLoadSettings |= ProjectLoadSettings.ProfileEvaluation;