6 references to ResponseFileUsedEvent
Microsoft.Build (5)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
63LoggingEventType.ResponseFileUsedEvent => false,
LogMessagePacketBase.cs (4)
516LoggingEventType.ResponseFileUsedEvent => new ResponseFileUsedEventArgs(null), 727return LoggingEventType.ResponseFileUsedEvent; 758case LoggingEventType.ResponseFileUsedEvent: 895LoggingEventType.ResponseFileUsedEvent => ReadResponseFileUsedEventFromStream(translator, message, helpKeyword, senderName),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
114VerifyLoggingPacket(responseFileUsed, LoggingEventType.ResponseFileUsedEvent);