2 instantiations of ResponseFileUsedEventArgs
MSBuildTaskHost (2)
LogMessagePacketBase.cs (2)
547LoggingEventType.ResponseFileUsedEvent => new ResponseFileUsedEventArgs(null), 1060ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);
5 references to ResponseFileUsedEventArgs
MSBuildTaskHost (5)
LogMessagePacketBase.cs (5)
763else if (eventType == typeof(ResponseFileUsedEventArgs)) 797WriteResponseFileUsedEventToStream((ResponseFileUsedEventArgs)buildEvent, translator); 897private void WriteResponseFileUsedEventToStream(ResponseFileUsedEventArgs responseFileUsedEventArgs, ITranslator translator) 1056private ResponseFileUsedEventArgs ReadResponseFileUsedEventFromStream(ITranslator translator, string message, string helpKeyword, string senderName) 1060ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);