5 references to ResponseFileUsedEvent
Microsoft.Build (4)
LogMessagePacketBase.cs (4)
570LoggingEventType.ResponseFileUsedEvent => new ResponseFileUsedEventArgs(null), 788return LoggingEventType.ResponseFileUsedEvent; 829case LoggingEventType.ResponseFileUsedEvent: 1177LoggingEventType.ResponseFileUsedEvent => ReadResponseFileUsedEventFromStream(translator, message, helpKeyword, senderName),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
114VerifyLoggingPacket(responseFileUsed, LoggingEventType.ResponseFileUsedEvent);