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)
393projectLoggingContext.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); 1837_evaluationLoggingContext.LogBuildEvent(eventArgs); 2019_evaluationLoggingContext.LogBuildEvent(eventArgs); 2078_evaluationLoggingContext.LogBuildEvent(eventArgs); 2220_evaluationLoggingContext.LogBuildEvent(eventArgs); 2252_evaluationLoggingContext.LogBuildEvent(eventArgs); 2307_evaluationLoggingContext.LogBuildEvent(eventArgs);
Evaluation\IntrinsicFunctions.cs (1)
720loggingContext.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);