1 write to Format
NuGet.CommandLine.XPlat (1)
Commands\NuGet\List\DotnetNuGetListCommand.cs (1)
37
Format
= parseResult.GetValue(format),
3 references to Format
NuGet.Commands (3)
SourcesCommands\SourceRunners.cs (3)
125
if (string.IsNullOrEmpty(args.
Format
))
131
Enum.TryParse<SourcesListFormat>(args.
Format
, ignoreCase: true, out format);
197
throw new CommandException(string.Format(CultureInfo.CurrentCulture, Strings.Source_InvalidFormatValue, args.
Format
));