2 instantiations of ResponseFileUsedEventArgs
MSBuildTaskHost (2)
LogMessagePacketBase.cs (2)
565LoggingEventType.ResponseFileUsedEvent => new ResponseFileUsedEventArgs(null), 1297ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);
5 references to ResponseFileUsedEventArgs
MSBuildTaskHost (5)
LogMessagePacketBase.cs (5)
781else if (eventType == typeof(ResponseFileUsedEventArgs)) 825WriteResponseFileUsedEventToStream((ResponseFileUsedEventArgs)buildEvent, translator); 925private void WriteResponseFileUsedEventToStream(ResponseFileUsedEventArgs responseFileUsedEventArgs, ITranslator translator) 1293private ResponseFileUsedEventArgs ReadResponseFileUsedEventFromStream(ITranslator translator, string message, string helpKeyword, string senderName) 1297ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);