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