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