3 implementations of IncludeEvaluationMetaprojects
dotnet (1)
LoggerUtility.cs (1)
112public void IncludeEvaluationMetaprojects() { }
Microsoft.Build (2)
BackEnd\Components\Logging\EventSourceSink.cs (1)
188void IEventSource3.IncludeEvaluationMetaprojects()
Logging\ReusableLogger.cs (1)
230public void IncludeEvaluationMetaprojects()
6 references to IncludeEvaluationMetaprojects
dotnet (1)
LoggerUtility.cs (1)
143eventSource3.IncludeEvaluationMetaprojects();
Microsoft.Build (4)
Logging\BinaryLogger\BinaryLogger.cs (1)
209eventSource3.IncludeEvaluationMetaprojects();
Logging\ReusableLogger.cs (3)
234buildEventSource3.IncludeEvaluationMetaprojects(); 239designTimeEventSource3.IncludeEvaluationMetaprojects(); 427eventSource3.IncludeEvaluationMetaprojects();
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
169eventSource3.IncludeEvaluationMetaprojects();