1 write to Format
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
255
Format
= format.Value(),
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
));