1 write to ProtocolVersion
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
412ProtocolVersion = protocolVersion.Value(),
2 references to ProtocolVersion
NuGet.Commands (2)
SourcesCommands\SourceRunners.cs (2)
314if (!existingSource.IsLocal && !string.IsNullOrEmpty(args.ProtocolVersion)) 316existingSource.ProtocolVersion = RunnerHelper.ParseProtocolVersion(args.ProtocolVersion);