3 references to EventType
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (1)
986if (loggingPacket.EventType == LoggingEventType.CustomEvent
Instance\TaskFactories\TaskHostTask.cs (1)
524switch (logMessagePacket.EventType)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
359Assert.Equal(logEventType, packet.EventType);