2 implementations of IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
611public bool IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
237public bool IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent
3 references to IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
2775loggingService.IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent,
BackEnd\Components\Logging\LoggingService.cs (1)
610/// <inheritdoc cref="ILoggingService.IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent"/>
Evaluation\Evaluator.cs (1)
346if (evaluator._evaluationLoggingContext.LoggingService.IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent)