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