2 implementations of Consume
Microsoft.Build (2)
BackEnd\Components\Logging\BuildEventArgTransportSink.cs (1)
136public void Consume(BuildEventArgs buildEvent, int sinkId)
BackEnd\Components\Logging\EventSourceSink.cs (1)
214public 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)
1713sink.Consume(nodeEvent.Value, nodeEvent.Key); 1749sink.Consume(eventArg, pair.Key); 1767sink.Consume(eventArg, (int)pair.Key);