2 references to TelemetryLogged
Microsoft.Build.Framework (1)
IEventSource.cs (1)
163/// this event is raised to log any build event. These events do not include telemetry. To receive telemetry, you must attach to the <see cref="IEventSource2.TelemetryLogged"/> event.
Microsoft.DotNet.ArcadeLogging (1)
PipelinesLogger.cs (1)
63eventSource2.TelemetryLogged += OnTelemetryLogged;