1 interface inheriting from IEventSource2
Microsoft.Build.Framework (1)
IEventSource3.cs (1)
13
public interface IEventSource3 :
IEventSource2
3 references to IEventSource2
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 (2)
PipelinesLogger.cs (2)
62
IEventSource2
eventSource2 = eventSource as
IEventSource2
;