3 references to NoRestoreOption
dotnet-format (3)
Commands\FormatCommandCommon.cs (2)
121
command.Options.Add(
NoRestoreOption
);
173
if (parseResult.GetValue(
NoRestoreOption
))
Commands\FormatWhitespaceCommand.cs (1)
33
var noRestore = symbolResult.GetValue(
NoRestoreOption
);