2 implementations of Consume
Microsoft.Build (2)
BackEnd\Components\Logging\BuildEventArgTransportSink.cs (1)
135public void Consume(BuildEventArgs buildEvent, int sinkId)
BackEnd\Components\Logging\EventSourceSink.cs (1)
216public void Consume(BuildEventArgs buildEvent, int sinkId)
4 references to Consume
Microsoft.Build (4)
BackEnd\Components\Logging\EventRedirectorToSink.cs (1)
57_sink.Consume(buildEvent, _centralLoggerId);
BackEnd\Components\Logging\LoggingService.cs (3)
1631sink.Consume(nodeEvent.Value, nodeEvent.Key); 1667sink.Consume(eventArg, pair.Key); 1685sink.Consume(eventArg, (int)pair.Key);