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
13 references to IEventSource2
dotnet (2)
Commands\MSBuild\MSBuildForwardingLogger.cs (1)
30if (eventSource is IEventSource2 eventSource2)
Commands\MSBuild\MSBuildLogger.cs (1)
96if (eventSource is IEventSource2 eventSource2)
Microsoft.Build (4)
BackEnd\Components\Logging\CentralForwardingLogger.cs (2)
84IEventSource2 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.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;
TelemetryStdOutLogger (1)
LogTelemetryToStdOutForTest.cs (1)
19if (eventSource is IEventSource2 eventSource2)