8 instantiations of ResponseFileUsedEventArgs
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
890ResponseFileUsedEventArgs responseFileUsedEvent = new ResponseFileUsedEventArgs(filePath);
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1161var e = new ResponseFileUsedEventArgs(responseFilePath);
src\msbuild\src\Shared\LogMessagePacketBase.cs (2)
520LoggingEventType.ResponseFileUsedEvent => new ResponseFileUsedEventArgs(null), 1028ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);
Microsoft.Build.Tasks.Core (2)
src\msbuild\src\Shared\LogMessagePacketBase.cs (2)
520LoggingEventType.ResponseFileUsedEvent => new ResponseFileUsedEventArgs(null), 1028ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);
MSBuild (2)
src\msbuild\src\Shared\LogMessagePacketBase.cs (2)
520LoggingEventType.ResponseFileUsedEvent => new ResponseFileUsedEventArgs(null), 1028ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);
23 references to ResponseFileUsedEventArgs
Microsoft.Build (11)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
890ResponseFileUsedEventArgs responseFileUsedEvent = new ResponseFileUsedEventArgs(filePath);
Logging\BinaryLogger\BinaryLogger.cs (1)
630else if (e is ResponseFileUsedEventArgs responseFileArgs && responseFileArgs.ResponseFilePath != null)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1161var e = new ResponseFileUsedEventArgs(responseFilePath);
Logging\BinaryLogger\BuildEventArgsWriter.cs (2)
533case ResponseFileUsedEventArgs responseFileUsed: return Write(responseFileUsed); 632private BinaryLogRecordKind Write(ResponseFileUsedEventArgs e)
src\msbuild\src\Shared\LogMessagePacketBase.cs (6)
133/// Event is a <see cref="ResponseFileUsedEventArgs"/>. 733else if (eventType == typeof(ResponseFileUsedEventArgs)) 767WriteResponseFileUsedEventToStream((ResponseFileUsedEventArgs)buildEvent, translator); 867private void WriteResponseFileUsedEventToStream(ResponseFileUsedEventArgs responseFileUsedEventArgs, ITranslator translator) 1024private ResponseFileUsedEventArgs ReadResponseFileUsedEventFromStream(ITranslator translator, string message, string helpKeyword, string senderName) 1028ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);
Microsoft.Build.Tasks.Core (6)
src\msbuild\src\Shared\LogMessagePacketBase.cs (6)
133/// Event is a <see cref="ResponseFileUsedEventArgs"/>. 733else if (eventType == typeof(ResponseFileUsedEventArgs)) 767WriteResponseFileUsedEventToStream((ResponseFileUsedEventArgs)buildEvent, translator); 867private void WriteResponseFileUsedEventToStream(ResponseFileUsedEventArgs responseFileUsedEventArgs, ITranslator translator) 1024private ResponseFileUsedEventArgs ReadResponseFileUsedEventFromStream(ITranslator translator, string message, string helpKeyword, string senderName) 1028ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);
MSBuild (6)
src\msbuild\src\Shared\LogMessagePacketBase.cs (6)
133/// Event is a <see cref="ResponseFileUsedEventArgs"/>. 733else if (eventType == typeof(ResponseFileUsedEventArgs)) 767WriteResponseFileUsedEventToStream((ResponseFileUsedEventArgs)buildEvent, translator); 867private void WriteResponseFileUsedEventToStream(ResponseFileUsedEventArgs responseFileUsedEventArgs, ITranslator translator) 1024private ResponseFileUsedEventArgs ReadResponseFileUsedEventFromStream(ITranslator translator, string message, string helpKeyword, string senderName) 1028ResponseFileUsedEventArgs buildEvent = new ResponseFileUsedEventArgs(responseFilePath);