1 implementation of IEventSource5
Microsoft.Build (1)
BackEnd\Components\Logging\EventSourceSink.cs (1)
21
IEventSource5
, IBuildEventSink
3 references to IEventSource5
Microsoft.Build (2)
BackEnd\Components\Logging\CentralForwardingLogger.cs (1)
91
if (eventSource is
IEventSource5
eventSource5)
TelemetryInfra\InternalTelemetryConsumingLogger.cs (1)
21
if (eventSource is
IEventSource5
eventSource5)
Microsoft.Build.Framework (1)
Telemetry\InternalTelemetryForwardingLogger.cs (1)
23
if (BuildEventRedirector != null && eventSource is
IEventSource5
eventSource5)