3 references to BuildStartedEvent
Microsoft.Build (2)
LogMessagePacketBase.cs (2)
625
LoggingEventType.
BuildStartedEvent
=> new BuildStartedEventArgs(null, null),
835
return LoggingEventType.
BuildStartedEvent
;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
85
VerifyLoggingPacket(buildStarted, LoggingEventType.
BuildStartedEvent
);