1 interface inheriting from IEventSource2
Microsoft.Build.Framework (1)
IEventSource3.cs (1)
13public interface IEventSource3 : IEventSource2
1 implementation of IEventSource2
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
339IEventSource2
9 references to IEventSource2
dotnet (2)
Commands\MSBuild\MSBuildForwardingLogger.cs (1)
30if (eventSource is IEventSource2 eventSource2)
Commands\MSBuild\MSBuildLogger.cs (1)
104if (eventSource is IEventSource2 eventSource2)
Microsoft.Build (4)
BackEnd\Components\Logging\CentralForwardingLogger.cs (2)
83IEventSource2 eventSource2 = eventSource as IEventSource2;
Logging\ReusableLogger.cs (2)
418if (eventSource is IEventSource2 eventSource2) 476if (eventSource is IEventSource2 eventSource2)
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.Build.Utilities.Core (2)
MuxLogger.cs (2)
1336if (_eventSourceForBuild is IEventSource2 eventSource2) 1362if (_eventSourceForBuild is IEventSource2 eventSource2)