24 references to LogBuildEvent
Microsoft.Build (24)
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)
581_projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
398projectLoggingContext.LogBuildEvent(skippedTargetEventArgs);
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
538loggingContext.LogBuildEvent(checkEventArg);
Definition\ProjectProperty.cs (2)
110loggingContext.LogBuildEvent(args); 129loggingContext.LogBuildEvent(args);
Evaluation\Evaluator.cs (7)
1723_evaluationLoggingContext.LogBuildEvent(eventArgs); 1832_evaluationLoggingContext.LogBuildEvent(eventArgs); 2011_evaluationLoggingContext.LogBuildEvent(eventArgs); 2070_evaluationLoggingContext.LogBuildEvent(eventArgs); 2212_evaluationLoggingContext.LogBuildEvent(eventArgs); 2244_evaluationLoggingContext.LogBuildEvent(eventArgs); 2299_evaluationLoggingContext.LogBuildEvent(eventArgs);
Evaluation\IntrinsicFunctions.cs (1)
721loggingContext.LogBuildEvent(new BuildCheckAcquisitionEventArgs(pathToAssembly, projectPath));
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (6)
229_evaluationLoggingContext.LogBuildEvent(args); 248_evaluationLoggingContext.LogBuildEvent(args); 305_evaluationLoggingContext.LogBuildEvent(args); 343_evaluationLoggingContext.LogBuildEvent(args); 464loggingContext.LogBuildEvent(args); 483loggingContext.LogBuildEvent(args);
Instance\ProjectPropertyInstance.cs (2)
106envProperty.loggingContext.LogBuildEvent(args); 120envProperty.loggingContext.LogBuildEvent(args);
TelemetryInfra\TelemetryForwarderProvider.cs (1)
78loggingContext.LogBuildEvent(telemetryArgs);