2 implementations of IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
618public 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)
2838loggingService.IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent,
BackEnd\Components\Logging\LoggingService.cs (1)
617/// <inheritdoc cref="ILoggingService.IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent"/>
Evaluation\Evaluator.cs (1)
354if (evaluator._evaluationLoggingContext.LoggingService.IncludeEvaluationPropertiesAndItemsInEvaluationFinishedEvent)