1 interface inheriting from IEventSource3
Microsoft.Build.Framework (1)
IEventSource4.cs (1)
13
public interface IEventSource4 :
IEventSource3
16 references to IEventSource3
Microsoft.Build (13)
BackEnd\Components\Logging\EventSourceSink.cs (3)
185
void
IEventSource3
.IncludeEvaluationMetaprojects()
190
void
IEventSource3
.IncludeEvaluationProfiles()
195
void
IEventSource3
.IncludeTaskInputs()
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (1)
39
if (eventSource is
IEventSource3
eventSource3)
Definition\ProjectCollection.cs (7)
2041
if (_buildTimeEventSource is
IEventSource3
buildEventSource3)
2046
if (_designTimeEventSource is
IEventSource3
designTimeEventSource3)
2059
if (_buildTimeEventSource is
IEventSource3
buildEventSource3)
2064
if (_designTimeEventSource is
IEventSource3
designTimeEventSource3)
2077
if (_buildTimeEventSource is
IEventSource3
buildEventSource3)
2082
if (_designTimeEventSource is
IEventSource3
designTimeEventSource3)
2231
if (eventSource is
IEventSource3
eventSource3)
Logging\BinaryLogger\BinaryLogger.cs (1)
206
if (eventSource is
IEventSource3
eventSource3)
Logging\ProfilerLogger.cs (1)
75
if (eventSource is
IEventSource3
eventSource3)
Microsoft.Build.UnitTests.Shared (2)
MockLogger.cs (2)
206
var
eventSource3 = eventSource as
IEventSource3
;
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
165
if (_eventSourceForBuild is
IEventSource3
eventSource3)