3 references to NoRestore
dotnet (3)
Commands\Hidden\List\Package\ListPackageCommandParser.cs (1)
38command.Options.Add(PackageListCommandParser.NoRestore);
Commands\Package\List\PackageListCommand.cs (1)
33bool noRestore = _parseResult.HasOption(PackageListCommandParser.NoRestore);
Commands\Package\List\PackageListCommandParser.cs (1)
124command.Options.Add(NoRestore);