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