1 write to ProtocolVersion
NuGet.Protocol (1)
Plugins\Messages\HandshakeResponse.cs (1)
73
ProtocolVersion
= protocolVersion;
3 references to ProtocolVersion
NuGet.Protocol (3)
_generated\67\PluginJsonContext.HandshakeResponse.g.cs (1)
80
Getter = static obj => ((global::NuGet.Protocol.Plugins.HandshakeResponse)obj).
ProtocolVersion
,
Plugins\RequestHandlers\SymmetricHandshake.cs (2)
129
if (IsSupportedVersion(response.
ProtocolVersion
))
133
return response.
ProtocolVersion
;