1 interface inheriting from IEventSource4
Microsoft.Build.Framework (1)
IEventSource5.cs (1)
13
internal interface IEventSource5 :
IEventSource4
1 implementation of IEventSource4
dotnet (1)
LoggerUtility.cs (1)
98
internal class PersistentDispatcher : EventArgsDispatcher,
IEventSource4
14 references to IEventSource4
dotnet (3)
Commands\MSBuild\MSBuildForwardingLogger.cs (1)
24
if (eventSource is
IEventSource4
eventSource4)
Commands\MSBuild\MSBuildLogger.cs (1)
95
if (eventSource is
IEventSource4
eventSource4)
LoggerUtility.cs (1)
155
if (eventSource is
IEventSource4
eventSource4)
Microsoft.Build (10)
BackEnd\Components\Logging\EventSourceSink.cs (1)
207
void
IEventSource4
.IncludeEvaluationPropertiesAndItems()
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (1)
40
if (eventSource is
IEventSource4
eventSource4)
Logging\BaseConsoleLogger.cs (1)
954
if (logPropertiesAndItemsAfterEvaluation && eventSource is
IEventSource4
eventSource4)
Logging\BinaryLogger\BinaryLogger.cs (1)
391
if (logPropertiesAndItemsAfterEvaluation && eventSource is
IEventSource4
eventSource4)
Logging\ReusableLogger.cs (3)
283
if (_buildTimeEventSource is
IEventSource4
buildEventSource4)
288
if (_designTimeEventSource is
IEventSource4
designTimeEventSource4)
441
if (eventSource is
IEventSource4
eventSource4)
Logging\SimpleErrorLogger.cs (1)
50
if (eventSource is
IEventSource4
eventSource4)
Logging\TerminalLogger\ForwardingTerminalLogger.cs (1)
49
if (eventSource is
IEventSource4
eventSource4)
Logging\TerminalLogger\TerminalLogger.cs (1)
462
if (eventSource is
IEventSource4
eventSource4)
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
183
if (_eventSourceForBuild is
IEventSource4
eventSource4)