1 write to _handshakeTimeout
NuGet.Protocol (1)
Plugins\Logging\EnvironmentVariablesLogMessage.cs (1)
21
_handshakeTimeout
= Read(reader, EnvironmentVariableConstants.HandshakeTimeout);
2 references to _handshakeTimeout
NuGet.Protocol (2)
Plugins\Logging\EnvironmentVariablesLogMessage.cs (2)
36
if (
_handshakeTimeout
.HasValue)
38
message["handshake timeout in seconds"] =
_handshakeTimeout
.Value;