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