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