2 implementations of ForwardEvent
Microsoft.Build (1)
BackEnd\Components\Logging\EventRedirectorToSink.cs (1)
54void IEventRedirector.ForwardEvent(BuildEventArgs buildEvent)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\CentralForwardingLogger_Tests.cs (1)
178public void ForwardEvent(BuildEventArgs buildEvent)
5 references to ForwardEvent
Microsoft.Build (3)
BackEnd\Components\Logging\CentralForwardingLogger.cs (1)
115BuildEventRedirector?.ForwardEvent(buildEvent);
BuildCheck\Infrastructure\BuildCheckForwardingLogger.cs (1)
56BuildEventRedirector?.ForwardEvent(buildEvent);
Logging\DistributedLoggers\ConfigurableForwardingLogger.cs (1)
372_buildEventRedirector?.ForwardEvent(e);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\EventRedirectorToSink_Tests.cs (2)
72((IEventRedirector)eventRedirector).ForwardEvent(messageEvent); 86((IEventRedirector)eventRedirector).ForwardEvent(null);