2 implementations of IncludeEvaluationProfile
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
533
public bool
IncludeEvaluationProfile
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
219
public bool
IncludeEvaluationProfile
1 write to IncludeEvaluationProfile
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
774
_loggingService.
IncludeEvaluationProfile
= true;
2 references to IncludeEvaluationProfile
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
2773
loggingService.
IncludeEvaluationProfile
,
Evaluation\Evaluator.cs (1)
316
var profileEvaluation = (loadSettings & ProjectLoadSettings.ProfileEvaluation) != 0 || loggingService.
IncludeEvaluationProfile
;