5 references to ResponseFileUsedEvent
Microsoft.Build (4)
LogMessagePacketBase.cs (4)
634LoggingEventType.ResponseFileUsedEvent => new ResponseFileUsedEventArgs(null), 847return LoggingEventType.ResponseFileUsedEvent; 888case LoggingEventType.ResponseFileUsedEvent: 1236LoggingEventType.ResponseFileUsedEvent => ReadResponseFileUsedEventFromStream(translator, message, helpKeyword, senderName),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
112VerifyLoggingPacket(responseFileUsed, LoggingEventType.ResponseFileUsedEvent);