5 references to BinarylogOption
dotnet-format (5)
Commands\FormatCommandCommon.cs (4)
99BinarylogOption.AcceptLegalFilePathsOnly(); 128command.Options.Add(BinarylogOption); 207if (parseResult.GetResult(BinarylogOption) is not null) 211if (parseResult.GetValue(BinarylogOption) is string { Length: > 0 } binaryLogPath)
Commands\FormatWhitespaceCommand.cs (1)
43var binarylog = symbolResult.GetResult(BinarylogOption);