1 write to ResponseFilePath
Microsoft.Build.Framework (1)
ResponseFileUsedEventArgs.cs (1)
22
ResponseFilePath
= responseFilePath;
6 references to ResponseFilePath
Microsoft.Build (4)
Logging\BinaryLogger\BinaryLogger.cs (2)
400
else if (e is ResponseFileUsedEventArgs responseFileArgs && responseFileArgs.
ResponseFilePath
!= null)
402
projectImportsCollector.AddFile(responseFileArgs.
ResponseFilePath
);
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
630
WriteDeduplicatedString(e.
ResponseFilePath
);
LogMessagePacketBase.cs (1)
991
string filePath = responseFileUsedEventArgs.
ResponseFilePath
;
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
624
e => e.
ResponseFilePath
);
MSBuild (1)
LogMessagePacketBase.cs (1)
991
string filePath = responseFileUsedEventArgs.
ResponseFilePath
;