3 writes to BinaryLogPath
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
183BinaryLogPath = ParseBinaryLogFilePath(binLogPath),
dotnet-watch.Tests (2)
CommandLine\EnvironmentOptionsTests.cs (2)
20new GlobalOptions() { BinaryLogPath = "msbuild.binlog" })); 26new GlobalOptions() { BinaryLogPath = Path.Combine(root, "logs", "test.binlog") }));
2 references to BinaryLogPath
Microsoft.DotNet.HotReload.Watch (2)
Context\EnvironmentOptions.cs (2)
79=> options.BinaryLogPath != null 80? $"{Path.Combine(WorkingDirectory, options.BinaryLogPath)[..^".binlog".Length]}-dotnet-watch.{operationName}.{Path.GetFileName(projectPath)}.{Interlocked.Increment(ref _uniqueLogId)}.binlog"