24 references to LogBuildEvent
Microsoft.Build (24)
BackEnd\Components\Logging\NodeLoggingContext.cs (1)
115projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
278loggingContext.LogBuildEvent(args);
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
581_projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
394projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
539loggingContext.LogBuildEvent(checkEventArg);
Definition\ProjectProperty.cs (2)
110loggingContext.LogBuildEvent(args); 129loggingContext.LogBuildEvent(args);
Evaluation\Evaluator.cs (7)
1728_evaluationLoggingContext.LogBuildEvent(eventArgs); 1844_evaluationLoggingContext.LogBuildEvent(eventArgs); 2048_evaluationLoggingContext.LogBuildEvent(eventArgs); 2107_evaluationLoggingContext.LogBuildEvent(eventArgs); 2249_evaluationLoggingContext.LogBuildEvent(eventArgs); 2281_evaluationLoggingContext.LogBuildEvent(eventArgs); 2336_evaluationLoggingContext.LogBuildEvent(eventArgs);
Evaluation\IntrinsicFunctions.cs (1)
744loggingContext.LogBuildEvent(new BuildCheckAcquisitionEventArgs(pathToAssembly, projectPath));
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (6)
241_evaluationLoggingContext.LogBuildEvent(args); 260_evaluationLoggingContext.LogBuildEvent(args); 317_evaluationLoggingContext.LogBuildEvent(args); 355_evaluationLoggingContext.LogBuildEvent(args); 477loggingContext.LogBuildEvent(args); 497loggingContext.LogBuildEvent(args);
Instance\ProjectPropertyInstance.cs (2)
106envProperty.loggingContext.LogBuildEvent(args); 120envProperty.loggingContext.LogBuildEvent(args);
TelemetryInfra\TelemetryForwarderProvider.cs (1)
78loggingContext.LogBuildEvent(telemetryArgs);