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