3 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)
222
public void
Consume
(BuildEventArgs buildEvent, int sinkId)
Microsoft.Build.Engine.UnitTests (1)
TerminalLogger_Tests.cs (1)
33
void IBuildEventSink.
Consume
(BuildEventArgs buildEvent, int sinkId) => (this as IBuildEventSink).Consume(buildEvent);
4 references to Consume
Microsoft.Build (4)
BackEnd\Components\Logging\EventRedirectorToSink.cs (1)
55
_sink.
Consume
(buildEvent, _centralLoggerId);
BackEnd\Components\Logging\LoggingService.cs (3)
1722
sink.
Consume
(nodeEvent.Value, nodeEvent.Key);
1758
sink.
Consume
(eventArg, pair.Key);
1776
sink.
Consume
(eventArg, (int)pair.Key);