1 interface inheriting from IEventSource3
Microsoft.Build.Framework (1)
IEventSource4.cs (1)
13
public interface IEventSource4 :
IEventSource3
16 references to IEventSource3
dotnet (1)
LoggerUtility.cs (1)
240
if (eventSource is
IEventSource3
eventSource3)
dotnet-aot (1)
src\sdk\src\Cli\dotnet\LoggerUtility.cs (1)
240
if (eventSource is
IEventSource3
eventSource3)
Microsoft.Build (13)
BackEnd\Components\Logging\EventSourceSink.cs (3)
187
void
IEventSource3
.IncludeEvaluationMetaprojects()
192
void
IEventSource3
.IncludeEvaluationProfiles()
197
void
IEventSource3
.IncludeTaskInputs()
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (1)
35
if (eventSource is
IEventSource3
eventSource3)
Logging\BinaryLogger\BinaryLogger.cs (1)
388
if (eventSource is
IEventSource3
eventSource3)
Logging\ProfilerLogger.cs (1)
75
if (eventSource is
IEventSource3
eventSource3)
Logging\ReusableLogger.cs (7)
232
if (_buildTimeEventSource is
IEventSource3
buildEventSource3)
237
if (_designTimeEventSource is
IEventSource3
designTimeEventSource3)
250
if (_buildTimeEventSource is
IEventSource3
buildEventSource3)
255
if (_designTimeEventSource is
IEventSource3
designTimeEventSource3)
268
if (_buildTimeEventSource is
IEventSource3
buildEventSource3)
273
if (_designTimeEventSource is
IEventSource3
designTimeEventSource3)
445
if (eventSource is
IEventSource3
eventSource3)
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
165
if (_eventSourceForBuild is
IEventSource3
eventSource3)