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