2 implementations of LogProjectEvaluationStarted
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
447public void LogProjectEvaluationStarted(BuildEventContext projectEvaluationEventContext, string projectFile)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
499public void LogProjectEvaluationStarted(BuildEventContext eventContext, string projectFile)
1 reference to LogProjectEvaluationStarted
Microsoft.Build (1)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (1)
32LoggingService.LogProjectEvaluationStarted(BuildEventContext, _projectFile);