1 write to IncludeEvaluationPropertiesAndItems
Microsoft.Build (1)
BackEnd\Components\Logging\EventSourceSink.cs (1)
208IncludeEvaluationPropertiesAndItems = true;
2 references to IncludeEvaluationPropertiesAndItems
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
617sinks.Any(sink => sink.IncludeEvaluationPropertiesAndItems); 621sinks.Any(sink => !sink.IncludeEvaluationPropertiesAndItems);