2 implementations of IncludeEvaluationMetaprojects
Microsoft.Build (2)
BackEnd\Components\Logging\EventSourceSink.cs (1)
185void IEventSource3.IncludeEvaluationMetaprojects()
Definition\ProjectCollection.cs (1)
2039public void IncludeEvaluationMetaprojects()
5 references to IncludeEvaluationMetaprojects
Microsoft.Build (4)
Definition\ProjectCollection.cs (3)
2043buildEventSource3.IncludeEvaluationMetaprojects(); 2048designTimeEventSource3.IncludeEvaluationMetaprojects(); 2235eventSource3.IncludeEvaluationMetaprojects();
Logging\BinaryLogger\BinaryLogger.cs (1)
208eventSource3.IncludeEvaluationMetaprojects();
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
169eventSource3.IncludeEvaluationMetaprojects();