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