4 implementations of IncludeEvaluationMetaprojects
dotnet (1)
LoggerUtility.cs (1)
211
public void
IncludeEvaluationMetaprojects
() { }
dotnet-aot (1)
src\sdk\src\Cli\dotnet\LoggerUtility.cs (1)
211
public void
IncludeEvaluationMetaprojects
() { }
Microsoft.Build (2)
BackEnd\Components\Logging\EventSourceSink.cs (1)
187
void IEventSource3.
IncludeEvaluationMetaprojects
()
Logging\ReusableLogger.cs (1)
230
public void
IncludeEvaluationMetaprojects
()
7 references to IncludeEvaluationMetaprojects
dotnet (1)
LoggerUtility.cs (1)
242
eventSource3.
IncludeEvaluationMetaprojects
();
dotnet-aot (1)
src\sdk\src\Cli\dotnet\LoggerUtility.cs (1)
242
eventSource3.
IncludeEvaluationMetaprojects
();
Microsoft.Build (4)
Logging\BinaryLogger\BinaryLogger.cs (1)
390
eventSource3.
IncludeEvaluationMetaprojects
();
Logging\ReusableLogger.cs (3)
234
buildEventSource3.
IncludeEvaluationMetaprojects
();
239
designTimeEventSource3.
IncludeEvaluationMetaprojects
();
449
eventSource3.
IncludeEvaluationMetaprojects
();
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
169
eventSource3.
IncludeEvaluationMetaprojects
();