2 instantiations of ResponseFileUsedEventArgs
MSBuildTaskHost (2)
LogMessagePacketBase.cs (2)
570
LoggingEventType.ResponseFileUsedEvent => new
ResponseFileUsedEventArgs
(null),
1302
ResponseFileUsedEventArgs buildEvent = new
ResponseFileUsedEventArgs
(responseFilePath);
5 references to ResponseFileUsedEventArgs
MSBuildTaskHost (5)
LogMessagePacketBase.cs (5)
786
else if (eventType == typeof(
ResponseFileUsedEventArgs
))
830
WriteResponseFileUsedEventToStream((
ResponseFileUsedEventArgs
)buildEvent, translator);
930
private void WriteResponseFileUsedEventToStream(
ResponseFileUsedEventArgs
responseFileUsedEventArgs, ITranslator translator)
1298
private
ResponseFileUsedEventArgs
ReadResponseFileUsedEventFromStream(ITranslator translator, string message, string helpKeyword, string senderName)
1302
ResponseFileUsedEventArgs
buildEvent = new ResponseFileUsedEventArgs(responseFilePath);