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