23 references to LogBuildEvent
Microsoft.Build (23)
BackEnd\Components\Logging\NodeLoggingContext.cs (1)
108projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (1)
174_loggingContext.LogBuildEvent(buildArgs);
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
273loggingContext.LogBuildEvent(args);
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
571_projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
390projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (1)
143loggingContext.LogBuildEvent(statEvent);
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
373loggingContext.LogBuildEvent(analyzerEventArg);
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
191loggingContext.LogBuildEvent(eventArgs);
Definition\ProjectProperty.cs (1)
105loggingContext.LogBuildEvent(args);
Evaluation\Evaluator.cs (8)
1360_evaluationLoggingContext.LogBuildEvent(args); 1774_evaluationLoggingContext.LogBuildEvent(eventArgs); 1883_evaluationLoggingContext.LogBuildEvent(eventArgs); 2062_evaluationLoggingContext.LogBuildEvent(eventArgs); 2121_evaluationLoggingContext.LogBuildEvent(eventArgs); 2263_evaluationLoggingContext.LogBuildEvent(eventArgs); 2295_evaluationLoggingContext.LogBuildEvent(eventArgs); 2350_evaluationLoggingContext.LogBuildEvent(eventArgs);
Evaluation\IntrinsicFunctions.cs (1)
705loggingContext.LogBuildEvent(new BuildCheckAcquisitionEventArgs(pathToAssembly));
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (4)
201_evaluationLoggingContext.LogBuildEvent(args); 220_evaluationLoggingContext.LogBuildEvent(args); 264_evaluationLoggingContext.LogBuildEvent(args); 302_evaluationLoggingContext.LogBuildEvent(args);
Instance\ProjectPropertyInstance.cs (1)
96envProperty.loggingContext.LogBuildEvent(args);