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