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