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