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