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