2 implementations of IncludeEvaluationPropertiesAndItems
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
547public bool IncludeEvaluationPropertiesAndItems
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
221public bool IncludeEvaluationPropertiesAndItems
2 writes to IncludeEvaluationPropertiesAndItems
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
783_loggingService.IncludeEvaluationPropertiesAndItems = true;
Microsoft.Build.Engine.UnitTests (1)
ConsoleLogger_Tests.cs (1)
280pc.Collection.LoggingService.IncludeEvaluationPropertiesAndItems = true;
4 references to IncludeEvaluationPropertiesAndItems
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (1)
2839loggingService.IncludeEvaluationPropertiesAndItems,
BackEnd\Components\Logging\ProjectLoggingContext.cs (2)
99!LoggingService.IncludeEvaluationPropertiesAndItems && 119!LoggingService.IncludeEvaluationPropertiesAndItems &&
Evaluation\Evaluator.cs (1)
812if (this._evaluationLoggingContext.LoggingService.IncludeEvaluationPropertiesAndItems)