1 write to IncludeEvaluationMetaprojects
Microsoft.Build (1)
BackEnd\Components\Logging\EventSourceSink.cs (1)
182IncludeEvaluationMetaprojects = true;
1 reference to IncludeEvaluationMetaprojects
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
526get => _includeEvaluationMetaprojects ??= _eventSinkDictionary.Values.OfType<EventSourceSink>().Any(sink => sink.IncludeEvaluationMetaprojects);