3 implementations of ProcessProjectEvaluationStarted
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
909public void ProcessProjectEvaluationStarted(ICheckContext checkContext, string projectFullPath)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
613public void ProcessProjectEvaluationStarted(ICheckContext checkContext, string projectFullPath)
BuildCheck\Infrastructure\NullBuildCheckManager.cs (1)
63public void ProcessProjectEvaluationStarted(ICheckContext checkContext, string projectFullPath)
2 references to ProcessProjectEvaluationStarted
Microsoft.Build (2)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (1)
32LoggingService.BuildEngineDataRouter.ProcessProjectEvaluationStarted(
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
910=> _buildEngineDataRouter?.ProcessProjectEvaluationStarted(checkContext, projectFullPath);