1 interface inheriting from IEventSource4
Microsoft.Build.Framework (1)
IEventSource5.cs (1)
12
internal interface IEventSource5 :
IEventSource4
1 implementation of IEventSource4
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
1840
internal class ReusableLogger : INodeLogger,
IEventSource4
11 references to IEventSource4
Microsoft.Build (9)
BackEnd\Components\Logging\EventSourceSink.cs (1)
204
void
IEventSource4
.IncludeEvaluationPropertiesAndItems()
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (1)
44
if (eventSource is
IEventSource4
eventSource4)
Definition\ProjectCollection.cs (3)
2092
if (_buildTimeEventSource is
IEventSource4
buildEventSource4)
2097
if (_designTimeEventSource is
IEventSource4
designTimeEventSource4)
2249
if (eventSource is
IEventSource4
eventSource4)
Logging\BaseConsoleLogger.cs (1)
954
if (logPropertiesAndItemsAfterEvaluation && eventSource is
IEventSource4
eventSource4)
Logging\BinaryLogger\BinaryLogger.cs (1)
211
if (logPropertiesAndItemsAfterEvaluation && eventSource is
IEventSource4
eventSource4)
Logging\SimpleErrorLogger.cs (1)
51
if (eventSource is
IEventSource4
eventSource4)
Logging\TerminalLogger\TerminalLogger.cs (1)
334
if (eventSource is
IEventSource4
eventSource4)
Microsoft.Build.UnitTests.Shared (1)
MockLogger.cs (1)
217
if (eventSource is
IEventSource4
eventSource4)
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
183
if (_eventSourceForBuild is
IEventSource4
eventSource4)