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
10 references to IEventSource2
Microsoft.Build (4)
BackEnd\Components\Logging\CentralForwardingLogger.cs (2)
84IEventSource2 eventSource2 = eventSource as IEventSource2;
Definition\ProjectCollection.cs (2)
2221if (eventSource is IEventSource2 eventSource2) 2274if (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.UnitTests.Shared (1)
MockLogger.cs (1)
199if (eventSource is IEventSource2 eventSource2)
Microsoft.Build.Utilities.Core (2)
MuxLogger.cs (2)
1336if (_eventSourceForBuild is IEventSource2 eventSource2) 1362if (_eventSourceForBuild is IEventSource2 eventSource2)
Microsoft.DotNet.ArcadeLogging (2)
PipelinesLogger.cs (2)
62IEventSource2 eventSource2 = eventSource as IEventSource2;