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)
36if (_handshakeTimeout.HasValue) 38message["handshake timeout in seconds"] = _handshakeTimeout.Value;