5 references to ResponseFileUsedEvent
Microsoft.Build (4)
LogMessagePacketBase.cs (4)
565LoggingEventType.ResponseFileUsedEvent => new ResponseFileUsedEventArgs(null), 783return LoggingEventType.ResponseFileUsedEvent; 824case LoggingEventType.ResponseFileUsedEvent: 1172LoggingEventType.ResponseFileUsedEvent => ReadResponseFileUsedEventFromStream(translator, message, helpKeyword, senderName),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
113VerifyLoggingPacket(responseFileUsed, LoggingEventType.ResponseFileUsedEvent);