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