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