4 implementations of ProcessProjectEvaluationStarted
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
841public void ProcessProjectEvaluationStarted(ICheckContext checkContext, string projectFullPath)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
540public void ProcessProjectEvaluationStarted(
BuildCheck\Infrastructure\NullBuildCheckManager.cs (1)
63public void ProcessProjectEvaluationStarted(ICheckContext checkContext, string projectFullPath)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
698public void ProcessProjectEvaluationStarted(ICheckContext analysisContext, string projectFullPath)
1 reference to ProcessProjectEvaluationStarted
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
842=> _buildEngineDataRouter?.ProcessProjectEvaluationStarted(checkContext, projectFullPath);