2 implementations of IncludeEvaluationMetaprojects
Microsoft.Build (2)
BackEnd\Components\Logging\EventSourceSink.cs (1)
180void IEventSource3.IncludeEvaluationMetaprojects()
Definition\ProjectCollection.cs (1)
2034public void IncludeEvaluationMetaprojects()
5 references to IncludeEvaluationMetaprojects
Microsoft.Build (4)
Definition\ProjectCollection.cs (3)
2038buildEventSource3.IncludeEvaluationMetaprojects(); 2043designTimeEventSource3.IncludeEvaluationMetaprojects(); 2230eventSource3.IncludeEvaluationMetaprojects();
Logging\BinaryLogger\BinaryLogger.cs (1)
206eventSource3.IncludeEvaluationMetaprojects();
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
169eventSource3.IncludeEvaluationMetaprojects();