1 write to ProtocolVersion
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
57ProtocolVersion = parseResult.GetValue(protocolVersion),
2 references to ProtocolVersion
NuGet.Commands (2)
SourcesCommands\SourceRunners.cs (2)
89if (!newPackageSource.IsLocal && !string.IsNullOrEmpty(args.ProtocolVersion)) 91newPackageSource.ProtocolVersion = RunnerHelper.ParseProtocolVersion(args.ProtocolVersion);