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