1 write to LogFilePath
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogger.cs (1)
211result.LogFilePath = filePath;
3 references to LogFilePath
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
185return value != null ? BinaryLogger.ParseParameters(value).LogFilePath ?? "msbuild.binlog" : null;
Microsoft.Build (2)
Logging\BinaryLogger\BinaryLogger.cs (2)
659if (parsedParams.LogFilePath == null) 675FilePath = parsedParams.LogFilePath;