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