8 references to BinarylogOption
dotnet-format (5)
Commands\FormatCommandCommon.cs (4)
93BinarylogOption.AcceptLegalFilePathsOnly(); 122command.Options.Add(BinarylogOption); 201if (parseResult.GetResult(BinarylogOption) is not null) 205if (parseResult.GetValue(BinarylogOption) is string { Length: > 0 } binaryLogPath)
Commands\FormatWhitespaceCommand.cs (1)
41var binarylog = symbolResult.GetResult(BinarylogOption);
dotnet-format.UnitTests (3)
ProgramTests.cs (3)
67Assert.Equal("binary-log-path", result.GetValue(FormatCommandCommon.BinarylogOption)); 180Assert.NotNull(result.GetResult(FormatCommandCommon.BinarylogOption)); 194Assert.NotNull(result.GetResult(FormatCommandCommon.BinarylogOption));