21 references to LogBuildEvent
Microsoft.Build (21)
BackEnd\Components\Logging\NodeLoggingContext.cs (1)
115projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
279loggingContext.LogBuildEvent(args);
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
571_projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
398projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
500loggingContext.LogBuildEvent(checkEventArg);
Definition\ProjectProperty.cs (2)
110loggingContext.LogBuildEvent(args); 129loggingContext.LogBuildEvent(args);
Evaluation\Evaluator.cs (7)
1709_evaluationLoggingContext.LogBuildEvent(eventArgs); 1818_evaluationLoggingContext.LogBuildEvent(eventArgs); 1997_evaluationLoggingContext.LogBuildEvent(eventArgs); 2056_evaluationLoggingContext.LogBuildEvent(eventArgs); 2198_evaluationLoggingContext.LogBuildEvent(eventArgs); 2230_evaluationLoggingContext.LogBuildEvent(eventArgs); 2285_evaluationLoggingContext.LogBuildEvent(eventArgs);
Evaluation\IntrinsicFunctions.cs (1)
701loggingContext.LogBuildEvent(new BuildCheckAcquisitionEventArgs(pathToAssembly, projectPath));
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (4)
225_evaluationLoggingContext.LogBuildEvent(args); 244_evaluationLoggingContext.LogBuildEvent(args); 295_evaluationLoggingContext.LogBuildEvent(args); 333_evaluationLoggingContext.LogBuildEvent(args);
Instance\ProjectPropertyInstance.cs (2)
106envProperty.loggingContext.LogBuildEvent(args); 120envProperty.loggingContext.LogBuildEvent(args);