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