2 implementations of Consume
Microsoft.Build (2)
BackEnd\Components\Logging\BuildEventArgTransportSink.cs (1)
133public void Consume(BuildEventArgs buildEvent, int sinkId)
BackEnd\Components\Logging\EventSourceSink.cs (1)
221public void Consume(BuildEventArgs buildEvent, int sinkId)
4 references to Consume
Microsoft.Build (4)
BackEnd\Components\Logging\EventRedirectorToSink.cs (1)
54_sink.Consume(buildEvent, _centralLoggerId);
BackEnd\Components\Logging\LoggingService.cs (3)
1753sink.Consume(nodeEvent.Value, nodeEvent.Key); 1789sink.Consume(eventArg, pair.Key); 1807sink.Consume(eventArg, (int)pair.Key);