2 implementations of IEventSource4
Microsoft.Build (2)
BackEnd\Components\Logging\EventSourceSink.cs (1)
21IEventSource4, IBuildEventSink
Definition\ProjectCollection.cs (1)
1835internal class ReusableLogger : INodeLogger, IEventSource4
11 references to IEventSource4
Microsoft.Build (8)
BackEnd\Components\Logging\EventSourceSink.cs (1)
199void IEventSource4.IncludeEvaluationPropertiesAndItems()
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (1)
51if (eventSource is IEventSource4 eventSource4)
Definition\ProjectCollection.cs (3)
2087if (_buildTimeEventSource is IEventSource4 buildEventSource4) 2092if (_designTimeEventSource is IEventSource4 designTimeEventSource4) 2244if (eventSource is IEventSource4 eventSource4)
Logging\BaseConsoleLogger.cs (1)
954if (logPropertiesAndItemsAfterEvaluation && eventSource is IEventSource4 eventSource4)
Logging\BinaryLogger\BinaryLogger.cs (1)
209if (logPropertiesAndItemsAfterEvaluation && eventSource is IEventSource4 eventSource4)
Logging\SimpleErrorLogger.cs (1)
50if (eventSource is IEventSource4 eventSource4)
Microsoft.Build.UnitTests.Shared (1)
MockLogger.cs (1)
217if (eventSource is IEventSource4 eventSource4)
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
183if (_eventSourceForBuild is IEventSource4 eventSource4)
MSBuild (1)
TerminalLogger\TerminalLogger.cs (1)
285if (eventSource is IEventSource4 eventSource4)