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