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