1 write to ProtocolVersion
NuGet.Protocol (1)
Plugins\Messages\HandshakeRequest.cs (1)
66
ProtocolVersion
= protocolVersion;
5 references to ProtocolVersion
NuGet.Protocol (5)
_generated\66\PluginJsonContext.HandshakeRequest.g.cs (1)
60
Getter = static obj => ((global::NuGet.Protocol.Plugins.HandshakeRequest)obj).
ProtocolVersion
,
Plugins\RequestHandlers\SymmetricHandshake.cs (4)
190
if (!(handshakeRequest.MinimumProtocolVersion > handshakeRequest.
ProtocolVersion
||
191
handshakeRequest.
ProtocolVersion
< _minimumProtocolVersion ||
196
if (_protocolVersion <= handshakeRequest.
ProtocolVersion
)
202
negotiatedProtocolVersion = handshakeRequest.
ProtocolVersion
;